happygirlzt / JavaAlgorithmsLinks
Implementation of important data structures and algorithms in Java.
☆41Updated 5 years ago
Alternatives and similar repositories for JavaAlgorithms
Users that are interested in JavaAlgorithms are comparing it to the libraries listed below
Sorting:
- The illustrations from the YouTube channel: happygirlzt.☆355Updated last year
- LeetCode各题解法分析~(Java and Python)☆363Updated last year
- System design and Object Oriented Design (OOD) related interview problems and solutions.☆96Updated 4 years ago
- 个人整理的Facebook实习面试题目解法,时间范围2016.8-2017.3☆57Updated 6 years ago
- This is an interview preparation guide for software engineers. Includes behavior interview, system design and coding(Chinese).☆180Updated 4 years ago
- ☆79Updated 8 years ago
- Some tiny exercises for system design.☆37Updated 8 years ago
- Let's shua it.☆37Updated 7 years ago
- Puzzles from ACM Online Judges☆53Updated 9 months ago
- 敬请期待☆43Updated 7 years ago
- ☆44Updated 6 years ago
- Algorithm Design Techniques☆65Updated 8 years ago
- Java solutions and explanations to problems in the book Cracking the Coding Interview(6th Edition).☆182Updated 6 years ago
- Grokking the Coding Interview: Patterns for Coding Questions (https://www.educative.io/courses/grokking-the-coding-interview).☆21Updated 5 years ago
- Grokking the System Design Interview☆72Updated 5 years ago
- My solutions to Elements of Programming Interviews☆78Updated 8 years ago
- My LeetCode solutions☆50Updated 4 months ago
- LintCode C++/Python Solution☆72Updated 4 years ago
- 🍒 Solution to HackerRank problems☆229Updated last year
- ☆253Updated 7 months ago
- Leetcode_Company☆147Updated 4 years ago
- ♨️ Detailed Java & Go & Python solution of LeetCode.☆52Updated 3 years ago
- Commonly used algorithms including: sorting algorithms, two pointers, dynamic programming, backtracking, KMP, bit operation, etc