Skip to content

codingchefs/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository: Cracking Coding Interview - JavaScript

This repository contains some solved problems on data structures and algorithms, adapted from the various online resources. All solutions are implemented in JavaScript.

Table of Contents:

Big O

  • Theory
  • 12 Problems

Arrays & Strings

Linked Lists

  • Theory
  • 8 Problems

Stacks & Queues

  • Theory
  • 6 Problems
  • Hard Problems: 3

Trees and Graphs

  • Theory
  • 12 Problems

Bit Manipulation

  • Theory
  • 8 Problems

Recursive & Dynamic Programming

  • Theory
  • 14 Problems

Sorting & Searching

  • Theory
  • Bubble sort, selection sort, merge sort, quick sort, radix sort, binary search
  • 11 Problems - 1 left

Merged Sort

  • Group Anagrams
  • Search in Rotated Array
  • Sorted Search, No Size
  • Sparse Search
  • Sort Big File - External Sort
  • Missing Int - Bit Manipulation
  • Find Duplicates - Bit Manipulation
  • Sorted Matrix Search
  • Rank from Stream - Trees
  • Peak and Valley Feel free to explore the solutions to the problems under each category. Happy coding! 🚀🔥

About

all algorithms examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published