Open in app
Home
Notifications
Lists
Stories

Write
mridul
mridul

Home

Apr 26

Different between subarray/substrings ,subsequence and subset…

For better understanding, we can take an array/list arr =[1,2,3,4,5,6,7,8,9] Sub-Array/Sub-strings: It provides an array that contains one or more than one elements of any specific array. The small or sub-array element will be continuous of the main array. Example: [4,5,6,7], [1,2,3], [2], [5], [9,10] that is all about of subarray. But [1,3,8] is not sub-array cause the element are not continuous. How many sub-array will be possible that calculate this low (n*(n+1))/2

1 min read


Dec 31, 2021

What is JWT? How that is working in flutter or webserver?

A JSON web token(JWT) is JSON Object which is used to securely transfer information over the API. It is used for an authentication system and can also be used for information exchange. These three parts are separated by dots(.). 1. Header 2. Payload 3. Signature The structure of information we…

Jwt Token

4 min read

What is JWT? How that is working in flutter or webserver?
What is JWT? How that is working in flutter or webserver?

Dec 7, 2021

Flutter -Handling Application Lifecycle

ফ্লাটার ডিভেলাপমান্ট লাইফ সাইকেল বলতে বুঝায় অ্যাপ শুরু থেকে শেষ পর্যন্ত কখন কোন অবস্থানে থাকে। বিভিন্ন সময় অ্যাপের অবস্থান সম্পর্কে জানতে এবং অবস্থানের উপর ভিওই করে আমাদের কার্যক্রম পরিচালনা করতে লাইফ সাইকেল সম্পর্কে জানা জরুরি। ফ্লাটারের activity বুঝার জন্য আমরা WidgetsBindingObserver class টিকে ব্যবহার করতে পারি। main class থেকে home…

2 min read

mridul

mridul

coder

Following
  • Tushar Mahmud

    Tushar Mahmud

  • Gajendra Pandeya

    Gajendra Pandeya

  • Paul Mutisya

    Paul Mutisya

  • Jagadeesh Marali

    Jagadeesh Marali

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable