/code_challenges

Implementation of Key Algorithms and Data Structures in Python / JavaScript

Primary LanguagePython

Daily Code Challenges

GitHub commit activity GitHub last commit Lines of code

This repository contains all the daily problems I have solved to strengthen my understanding of algorithms and data structures.

The repository also contains some classic problems which have been asked in a technical interview multiple times. Considering the possibility that these interview questions can come up again in interviews, they have been specifically listed below:

String Problems

Hash Table Problems

Hard To Fit Into A Category Problems

Array Problems

Queue Data Structure

Stack Data Structure

Linked List Data Structure

Tree Data Structure

Sorting Algorithms

Search Algorithms