Writing a shell in pythonUNIX is very simple, it just needs a genius to understand its simplicity. — Dennis RitchieMay 7, 2022May 7, 2022
Tik Sort ~ Sorting AlgorithmI have designed this algorithm to work like jumping(tik) that is why it’s named Tik Sort, it uses no extra space it performs the operations…Apr 23, 2022Apr 23, 2022
Helix Search ~ Searching AlgorithmIn helix search algorithm, I designed it in such a way that it uses O(n) time complexity, the concept of this algorithm is simple from the…Apr 21, 2022Apr 21, 2022
Rainbow Search ~ Searching AlgorithmI have designed this algorithm to search like rainbow, the concept is simple it search the first and last index at the start then second…Apr 13, 2022Apr 13, 2022
How I coded a disk speed tester for read/writeThis was unplanned, i just got curious to know my disk speed(read/write) there are plenty of softwares already on the internet, but as on…Mar 27, 2022Mar 27, 2022