Skip to content

My java solutions to some interesting problems I have encountered

Notifications You must be signed in to change notification settings

nsathiya/Interesting-AlgsDS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interesting-AlgsDS

To Run:

1. cd Problems || cd Data_Structures
2. javac <PROBLEM_NAME>
3. java Solution

Content:

Problems

  1. De/Serialize N-ary Tree (BFS approach)
  2. Longest Substring Without Repeating Characters (DP approach)
  3. Find Longest Path Visited In DAG (Topological sort- no weighted edges)
  4. Solve Crossword Puzzle Given Set of Words (Recursion approach)

Data Structures

  1. HashMap (Chaining For Collision Handling)
  2. LRU Cache (O(1) get() & put())

Feedback:

Please message me at narensathiya92@gmail.com if you find a bug, failed edge-case, or need explanation.

About

My java solutions to some interesting problems I have encountered

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages