ravivats / ds-algo-interview-cookbook

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

Repository from Github https://github.comravivats/ds-algo-interview-cookbookRepository from Github https://github.comravivats/ds-algo-interview-cookbook

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:

About

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


Languages

Language:Python 53.7%Language:Java 27.0%Language:C++ 19.3%