Skip to content

piyushkumar96/data-structures-and-algorithm-golang

Repository files navigation

data-structures-and-algorithm-golang

Data Structures and Algorithm in Golang

Hi there! 👋

I'm maintaining this repo solely for the purpose of brushing up my DS Algo concepts before an interview.

Topics

  1. Array and Slices Problems (Inprogress).
  2. String Problems (Inprogress).
  3. Sliding Window Problems (Inprogress).
  4. Sorting and Searching Problems (Inprogress).
  5. Binary Search Problems (Inprogress).
  6. Recursion Problems (Inprogress).
  7. Linked List Problems (Inprogress).
  8. Stack Problems (Inprogress).
  9. Queue Problems (Inprogress).
  10. Binary Tree Problems (Inprogress).
  11. Binary Search Tree Problems (Inprogress).
  12. Heap and Priority Queue Problems (Inprogress).
  13. Hashing Problems (Inprogress).
  14. Tries and Pattern Matching (Inprogress).
  15. Graph Problems (Inprogress).
  16. Dynamic Programming (Inprogress).

Note: This is not a complete guide for interview preparation.

References:

  • Cracking the Coding Interview by Gayle Laakmann McDowell.
  • Programming Interviews Exposed by Eric Giguere, John Mongan, and Noah Kindler.
  • A udemy course by Prateek Narang Software Engineer @Google Link.

Resources:

Note: This repo contains the topic wise programming Questions and their Solutions in Golang.

Resources: