UTUman Tabassuminuman.hashnode.dev·Aug 8, 2021 · 2 min readData StructuresThe data structure is the arrangement of data in the main memory(RAM) Time Complexity and BIG O: Time complexity is defined as the time taken to run algorithms and it is represented as O(..).Based on the time complexity we need to choose which algori...00
UTUman Tabassuminuman.hashnode.dev·Jul 28, 2021 · 3 min readSome Basic String operations in pythonStrings in Python We generally use strings in python to do operations characters. Strings are immutable objects that mean we cannot delete or update a string once it is declared or assigned to a variables. String is type of immutable data type of py...00
UTUman Tabassuminuman.hashnode.dev·Jul 14, 2021 · 2 min readWhat is an Operating System?Decades ago we used to execute programs with punch cards running one program at a time which is quite slow when compared to recent times. Later on, they became faster and faster........Basically, we should make computers operate on their own to make ...00