Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 861 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 861 Bytes

Data Structures and Algorithms Interview Cookbook

This repository holds implementation of widely used data structures and algorithms, and solutions to questions asked during tech interviews around these two core CS subjects.

The questions are picked up from various coding platforms, books, actual interviews etc.

  • Implementation, solutions have been coded in C++ 17, Java 11, or Python 3.
  • Basic algorithms can be found inside algorithms-and-ds folder.
  • Interview questions from coding platforms, books, actual interviews can be found inside platform-problems folder.

Problems solved for challenges: