PengFTang / Algorithms-in-JavaLinks
Commonly used algorithms including: sorting algorithms, two pointers, dynamic programming, backtracking, KMP, bit operation, etc
☆245Updated 4 years ago
Alternatives and similar repositories for Algorithms-in-Java
Users that are interested in Algorithms-in-Java are comparing it to the libraries listed below
Sorting:
- LeetCode Solutions By Java☆260Updated 8 years ago
- ☆252Updated 2 months ago
- My Java solutions to the questions in Cracking the Coding Interview (5th Edition).☆151Updated 8 years ago
- ☆99Updated 2 years ago
- Code for Elements of Programming Interviews☆227Updated 7 years ago
- Data Structures and Algorithms in Java (useful in interview process)☆462Updated 2 years ago
- Solutions to Leetcode Online Judge☆130Updated 2 years ago
- My solutions to HackerRank problems (https://www.hackerrank.com)☆165Updated 4 years ago
- ☆70Updated 7 years ago
- leetcode Solutions.java 250 / 269 (Algorithms)☆359Updated 9 years ago
- Data Structure And Algorithms Made Easy In Java☆765Updated 4 years ago
- problems from interviewBit website (Java version)☆76Updated 4 years ago
- ☆80Updated 8 years ago
- Clean, Understandable Solutions and Resources for LeetCode Online Judge Algorithm Problems.☆1,720Updated 4 years ago
- 个人整理的Facebook实习面试题目解法,时间范围2016.8-2017.3☆55Updated 5 years ago
- Leetcode solutions, code skeletons, and unit tests in Java (in progress)☆96Updated 9 years ago
- ☆586Updated 6 months ago
- Method stubs and test cases for the problems from Elements of Programming Interviews☆919Updated 4 years ago
- 115 Java Interview Questions and Answers – The ULTIMATE List☆221Updated 4 years ago
- LeetCode, LintCode, Project Euler, SGU, HackerRank, Cracking the Coding Interview(ctci)☆131Updated 6 years ago
- My solutions☆140Updated 5 years ago
- A collection of Java interview questions and answers to them☆299Updated 6 years ago
- commonly used data structures (linked list, stack, queue, BST, HashTable, etc) in Java