Skip to content

This repository contains my journey of preparing for technical interviews, focusing on data structures and algorithms.

License

Notifications You must be signed in to change notification settings

james92kj/Interview-Preparation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Algorithm Interview Preparation

This repository contains my journey of preparing for technical interviews, focusing on data structures and algorithms.

Repository Structure

├── solutions/
│   ├── arrays/
│   ├── linked-lists/
│   ├── trees/
│   ├── graphs/
│   ├── dynamic-programming/
│   └── others/
├── study-notes/
├── mock-interviews/
└── README.md

Progress Tracker - Tracker

Data Structures

  • Arrays and Strings
  • Hash Tables
  • Linked Lists
  • Stacks and Queues
  • Trees and Graphs
  • Heaps
  • Tries

Algorithms

  • Binary Search
  • Sorting
  • Recursion
  • Dynamic Programming
  • Backtracking
  • Graph Algorithms (BFS, DFS)
  • Greedy Algorithms

Tips for Success

  1. Solve problems daily
  2. Time your problem-solving sessions
  3. Practice explaining your thought process
  4. Review solutions after completion
  5. Maintain a revision schedule
  6. Focus on patterns rather than memorizing solutions

About

This repository contains my journey of preparing for technical interviews, focusing on data structures and algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published