Skip to content

Abrar-Abdulwahed/coding-design-patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Design Patterns

  • Sliding Window
  • Two Pointers
  • Fast and Slow Pointers
  • [] Merge Intervals
  • [] Cyclic sort
  • [] In-place reversal of linked list
  • [] Tree BFS
  • [] Tree DFS
  • [] Two heaps
  • [] Subsets
  • [] Modified Binary Search
  • [] Top K elements
  • [] K-way Merge
  • [] Topological sort

How to run scripts?

- npm run build
- npm start -- {directory} {filename}
    ex: npm start -- "Two Pointers" isPalindrome

About

Explore and master essential problem-solving techniques commonly used in algorithmic problem-solving

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published