All Projects → deepak-malik → Cracking The Coding Interview

deepak-malik / Cracking The Coding Interview

Solutions for Cracking the Coding Interview - 6th Edition

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Cracking The Coding Interview

Algo Tree
Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
Stars: ✭ 166 (+374.29%)
Mutual labels:  graph, tree, stack, array, linked-list, queue, string
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (+297.14%)
Mutual labels:  graph, tree, stack, graph-algorithms, array, linked-list, queue
Javascript Datastructures Algorithms
📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
Stars: ✭ 3,221 (+9102.86%)
Mutual labels:  graph, tree, stack, graph-algorithms, linked-list, queue
Geeksforgeeks Dsa 2
This repository contains all the assignments and practice questions solved during the Data Structures and Algorithms course in C++ taught by the Geeks For Geeks team.
Stars: ✭ 53 (+51.43%)
Mutual labels:  graph, tree, stack, array, linked-list, queue
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (+120%)
Mutual labels:  tree, linked-list, stack, queue, strings, arrays
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (+1225.71%)
Mutual labels:  tree, linked-list, stack, queue, string, array
Data Structures Algorithms
My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
Stars: ✭ 273 (+680%)
Mutual labels:  graph, tree, matrix, linked-list, arrays, strings
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+12588.57%)
Mutual labels:  graph, tree, stack, array, linked-list, queue
Mlib
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
Stars: ✭ 321 (+817.14%)
Mutual labels:  tree, stack, array, bitset, queue, string
Data Structures With Go
Data Structures with Go Language
Stars: ✭ 121 (+245.71%)
Mutual labels:  tree, stack, graph-algorithms, linked-list, arrays, queue
Data-structures
Data Structures in Java
Stars: ✭ 13 (-62.86%)
Mutual labels:  linked-list, stack, queue, graph, arrays
Interviewbit
Collection of Abhishek Agrawal's gists solutions for problems on https://www.interviewbit.com
Stars: ✭ 166 (+374.29%)
Mutual labels:  stack, linked-list, arrays, queue, string-manipulation
Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (+434.29%)
Mutual labels:  graph, tree, stack, linked-list, queue
Java Ds Algorithms
Data Structures and Algorithms in Java
Stars: ✭ 125 (+257.14%)
Mutual labels:  graph, tree, matrix, stack, strings
Android interviews
🚀Everything you need to know to find a android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
Stars: ✭ 510 (+1357.14%)
Mutual labels:  matrix, stack, array, queue, string
Learningmasteringalgorithms C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Stars: ✭ 615 (+1657.14%)
Mutual labels:  graph, tree, stack, linked-list, queue
data-structure-project
自己实现集合框架系列整理总结
Stars: ✭ 29 (-17.14%)
Mutual labels:  tree, stack, queue, array
Coding Ninjas Java Solutions
This will have solutions to all the problems that are included in Coding Ninja's 2020 Java Course. Star the repo if you like it.
Stars: ✭ 32 (-8.57%)
Mutual labels:  stack, linked-list, arrays, strings
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (-11.43%)
Mutual labels:  linked-list, stack, queue, array
Leetcode
High-quality LeetCode solutions
Stars: ✭ 178 (+408.57%)
Mutual labels:  graph, tree, stack, queue

Cracking-The-Coding-Interview

Java Solutions for Cracking the Coding Interview - 6th Edition

Ch 01 - Arrays and Strings

Ch 02 - Linked List

Ch 03 - Stacks and Queues

Ch 04 - Trees and Graphs

Ch 05 - Bit Manipulation

Ch 06 - Math and Logic Puzzles

Ch 07 - Object Oriented Design

  • [ ] 01 - Deck of Cards
  • [ ] 02 - Call Center
  • [ ] 03 - Jukebox
  • [ ] 04 - Parking Lot
  • [ ] 05 - Online Book Reader
  • [ ] 06 - Jigsaw
  • [ ] 07 - Chat Server
  • [ ] 08 - Othello
  • [ ] 09 - Circular Array
  • [ ] 10 - Minesweeper
  • [ ] 11 - File System
  • [ ] 12 - Hash Table

Ch 08 - Recursion and Dynamic Programming

Ch 09 - System Design and Scalability

  • [ ] 01 - Stock Data
  • [ ] 02 - Social Network
  • [ ] 03 - Web Crawler
  • [ ] 04 - Duplicate URL's
  • [ ] 05 - Cache
  • [ ] 06 - Sales Rank
  • [ ] 07 - Personal Financial Manager
  • [ ] 08 - Pastebin

Ch 10 - Sorting and Searching

  • [ ] 01 - Sorted Merge
  • [ ] 02 - Group Anagrams
  • [ ] 03 - Search in Rotated Arrat
  • [ ] 04 - Sorted Search, No Size
  • [ ] 05 - Sparse Search
  • [ ] 06 - Sort Big File
  • [ ] 07 - Missing Int
  • [ ] 08 - Find Duplicates
  • [ ] 09 - Sorted Matrix Search
  • [ ] 10 - Rank from Stream
  • [ ] 11 - Peaks and Valleys

Ch 11 - Testing

Ch 13 - Java

Ch 14 - Databases

  • [ ] 01 - Multiple Apartments
  • [ ] 02 - Open Requests
  • [ ] 03 - Close All Requests
  • [ ] 04 - Joins
  • [ ] 05 - Denormalization
  • [ ] 06 - Entity Relationship Diagram
  • [ ] 07 - Design Grade Database

Ch 15 - Threads and Locks

  • [ ] 01 - Thread v/s Process
  • [ ] 02 - Context Switch
  • [ ] 03 - Dining Philosopher
  • [ ] 04 - Deadlock-Free Class
  • [ ] 05 - Call In Order
  • [ ] 06 - Synchronized Methods
  • [ ] 07 - FizzBuzz

Ch 16 - Moderate

  • [X] 01 - Number Swapper
  • [X] 02 - Word Frequencies
  • [ ] 03 - Intersection
  • [ ] 04 - Tic Tac Win
  • [ ] 05 - Factorial Zeros
  • [ ] 06 - Smallest Difference
  • [ ] 07 - Number Max
  • [ ] 08 - English Int
  • [ ] 09 - Operations
  • [ ] 10 - Living People
  • [ ] 11 - Diving Board
  • [ ] 12 - XML Encoding
  • [ ] 13 - Bisect Squares
  • [ ] 14 - Best Line
  • [ ] 15 - Master Mind
  • [ ] 16 - Sub Sort
  • [ ] 17 - Contiguous Sequence
  • [ ] 18 - Pattern Matching
  • [ ] 19 - Pound Sizes
  • [ ] 20 - T9
  • [ ] 21 - Sum Swap
  • [ ] 22 - Langton's Ant
  • [ ] 23 - Rand7 from Rand5
  • [ ] 24 - Pairs with Sum
  • [X] 25 - LRU Cache
  • [ ] 26 - Calculator

Ch 17 - Hard

  • [X] 01 - Add without Plus
  • [X] 02 - Shuffle
  • [ ] 03 - Random Set
  • [ ] 04 - Missing Number
  • [ ] 05 - Letters and Numbers
  • [ ] 06 - Count of 2s
  • [ ] 07 - Baby Names
  • [ ] 08 - Circus Tower
  • [ ] 09 - Kth Multiple
  • [ ] 10 - Majority Element
  • [ ] 11 - Word Distance
  • [ ] 12 - BiNode
  • [ ] 13 - Re-Space
  • [ ] 14 - Smallest K
  • [ ] 15 - Longest Word
  • [ ] 16 - The Masseuse
  • [ ] 17 - Multi Search
  • [ ] 18 - Shortest Supersequence
  • [ ] 19 - Missing Two
  • [ ] 20 - Continuous Median
  • [ ] 21 - Volume of Histogram
  • [ ] 22 - Word Transformer
  • [ ] 23 - Max Black Square
  • [ ] 24 - Max Submatrix
  • [ ] 25 - Word Rectangle
  • [ ] 26 - Sparse Similarity
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].