New Suggestion

Hi,

As we know that most of the standard Data Structures & Algorithm articles have been either published or in the pipeline of Scaler Topics, most of the data structures on which article are not there are quite complex (people do not usually search about them for example Jhonson’s algorithm, Dial’s algorithm, Self Organizing Lists, etc.).

So what I (as an active reader) suggest is to publish some detailed editorial/explanation kind of thing of some of the most popular/standard DSA problems in a detailed manner.

A list of article to begin with can be -

  • Aggressive Cows (Application of Binary Search)
  • LRU Cache
  • Coin Change (Application Dynamic Programming)
  • Word Break (BFS/DFS + Trie)
  • Longest Common Substring/Subsequence (Dynamic Programming)
  • Edit Distance (Dynamic Programming)
  • Search In a rotated Sorted Array (Binary Search)

Note - If required, Detailed article structure of each of them can also be supplied.