All Projects β†’ scaffeinate β†’ crack-the-code

scaffeinate / crack-the-code

Licence: MIT license
πŸ”‘ Algorithmic solutions in Java for various problems from Cracking the Coding Interview, GeeksForGeeks

Programming Languages

java
68154 projects - #9 most used programming language
Roff
2310 projects

Projects that are alternatives of or similar to crack-the-code

data-structures-algorithms-interviews
πŸ‘¨β€πŸ’» Repo contains my solutions to coding interview problems on various platforms. Will later convert into a React based web app for personal revision.
Stars: ✭ 16 (-15.79%)
Mutual labels:  leetcode, hackerrank, geeksforgeeks
datastructures-and-algorithms
Repository for studying/practicing Data Structures, Algorithms and Code Interview Problems.
Stars: ✭ 30 (+57.89%)
Mutual labels:  leetcode, cracking-the-coding-interview, hackerrank
Competetive programming
Contains my solutions to thousands of different CP sums and some DSA Problems(available in snippets)
Stars: ✭ 21 (+10.53%)
Mutual labels:  leetcode, hackerrank, geeksforgeeks
Coding-Interviews
Repository with resources to prepare for coding interviews
Stars: ✭ 46 (+142.11%)
Mutual labels:  leetcode, cracking-the-coding-interview
Algorithms
✨ a bunch of algorithms in a bunch of languages ✨
Stars: ✭ 55 (+189.47%)
Mutual labels:  leetcode, hackerrank
Stl cheat sheets
C++ STL Cheat Sheets.
Stars: ✭ 293 (+1442.11%)
Mutual labels:  leetcode, hackerrank
CODINGTEST PRACTICE
1일 1문제 since 2020.02.07
Stars: ✭ 15 (-21.05%)
Mutual labels:  leetcode, hackerrank
.codebits
πŸ“š List of resources for Algorithms and Data Structures in Python & other CS topics @2017
Stars: ✭ 144 (+657.89%)
Mutual labels:  leetcode, hackerrank
Algorithms And Data Structures In Java
Algorithms and Data Structures in Java
Stars: ✭ 498 (+2521.05%)
Mutual labels:  leetcode, hackerrank
cs-interview-questions
Personal Solutions to Interview Questions
Stars: ✭ 59 (+210.53%)
Mutual labels:  leetcode, cracking-the-coding-interview
competitive-programming
Solutions of some problems in competitive programming
Stars: ✭ 23 (+21.05%)
Mutual labels:  leetcode, hackerrank
Coding-Problems
πŸ’» Solutions to coding problems from popular platforms in multiple programming languages.
Stars: ✭ 51 (+168.42%)
Mutual labels:  leetcode, hackerrank
category-wise-problems
contains category wise problems(data structures, competitive) of popular platforms.
Stars: ✭ 32 (+68.42%)
Mutual labels:  leetcode, geeksforgeeks
Fuck Coding Interviews
How on earth can I ever think of a solution like that in an interview?!
Stars: ✭ 464 (+2342.11%)
Mutual labels:  leetcode, hackerrank
100DaysCodingChallenege
This is 100 days of competitive coding challenege . You have details of all the problem and solution that I will be solving daily for 100 days consecutively . I have added link to all the questions in read me according to days , you can try solving on your own before watching solution .
Stars: ✭ 29 (+52.63%)
Mutual labels:  leetcode, hackerrank
Algosolutions
LeetCode, LintCode, Project Euler, SGU, HackerRank, Cracking the Coding Interview(ctci)🌴
Stars: ✭ 117 (+515.79%)
Mutual labels:  leetcode, hackerrank
SQL-Practice
Solutions to Problems For SQL on Leetcode, Hackerrank & DataLemur
Stars: ✭ 116 (+510.53%)
Mutual labels:  leetcode, hackerrank
Competitive-Programming--Solution
This ia an public repository for Accepted solution of coding problems on different coding plateforms like codeforces , hackerearth, codechef , hackerrank .......
Stars: ✭ 24 (+26.32%)
Mutual labels:  hackerrank, geeksforgeeks
learning-computer-science
Learning data structures, algorithms, machine learning and various computer science constructs by programming practice from resources around the web.
Stars: ✭ 28 (+47.37%)
Mutual labels:  leetcode, hackerrank
Tech Interview Preparation
A one stop solution to ace your next coding interview πŸ‘¨β€πŸ’»
Stars: ✭ 188 (+889.47%)
Mutual labels:  leetcode, hackerrank

Algorithms & DS solutions in Java

[Work In Progress. Solutions for new problems added everyday.]

Trello: https://trello.com/b/oDCFM689/prep

Practice solutions for:

  • Cracking the coding interview
  • GeeksForGeeks
  • Hackerrank
  • Leetcode

Datastructures:

  • LinkedList
  • Double Linked List
  • Circular Linked List
  • Stack
  • Queue
  • Binary Search Tree
  • HashTable
  • Min & Max Heaps
  • Min & Max Priority Queues
  • Directed Graph
  • Undirected Graph
  • Weighted Graph
  • Disjoint Sets with Path Compression
  • LRU Cache
  • TODO: AVL Tree
  • TODO: Red Black Tree

Algorithms:

  • Graph Algorithms:
    • Traversal:
      • DFS
      • BFS
    • Connected Components:
      • Strongly Connected Components
    • Minimum Spanning Tree:
      • Kruskal's Algorithm
      • Prim's Algorithm
    • Single Source Shortest Path:
      • BellmanFord Algorithm
      • Djikstra's Algorithm
      • Shortest Path DAG
    • All Source Shortest Path:
      • Floyd Warshall Algorithm
      • TODO: Johnson's Algorithm
    • Other Graph Problems:
      • Topological Sort
      • Detect Cycle in a Graph(Directed & Undirected)
  • Sorting:
    • Bubble Sort
    • Insertion Sort
    • Selection Sort
    • Merge Sort
    • Heap Sort
    • TODO: Quick Sort
    • TODO: Radix Sort
  • Dynamic Programming:
    • Fibonacci Number
    • Count Ways To Reach N
    • Longest Common Subsequence
    • Longest Common Substring
    • Longest Palindromic Substring
    • Longest Palindromic Subsequence[Revisit]
    • TODO: Palindromic Substring search
  • TODO: Greedy Algorithms:
  • TODO: String Matching:
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].