Hmm.., It is going to be a lengthy article. Sorting is an important topic in Data structures and Algorithms. ## Why Sorting Matters **It unlocks binary search.** Finding a value in an unsorted...
DSA
Aug 30
DSA
Tree is one of most important data structure. We all know that in Linux, the file system is starting from the directory.The root directory contains many sub directories such as etc, var, home......