DSA
DSA 0x102 - Tree Data structure
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......

DSA 0x106 - HashMap Data structure
Aug 30 DSA

A deep dive into hash tables, hash functions, collision resolution with chaining and open addressing, load factor, rehashing, Java's HashMap internals, and solving classic problems like Two Sum and finding duplicates.