DSA(Trees, linked list, strings, array)
Anonimo
Some basic programs like finding second max and second min element from the array but only using one loop. you cannot use two independent loops like one for max and other for min. Finding the frequency of characters in a string in optimal way. some questions on trees, like balancing a tree need of balancing, AVL tree, red black tree, DFS, BFS