git404hub

what is awesome-java-leetcode fr?

blankj/awesome-java-leetcode — explained in plain English

Analysis updated 2026-06-24

8,706JavaAudience · developerComplexity · 1/5Setup · easy

tl;dr

A curated collection of LeetCode algorithm problem solutions written in Java, organized by difficulty and topic, to help developers prepare for technical interviews.

vibe map

mindmap
  root((repo))
    What it does
      Java solutions
      Algorithm practice
      Interview prep
    Difficulty
      Easy problems
      Medium problems
      Hard problems
    Topics
      Arrays
      Dynamic Programming
      Trees and Linked Lists
    Company Lists
      Facebook problems
      Other companies

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Study and review Java implementations of LeetCode problems while preparing for technical interviews.

VIBE 2

Look up how specific algorithm patterns like dynamic programming or tree traversal are solved in Java.

VIBE 3

Find which LeetCode problems appeared in Facebook and other company interviews using the included company lists.

what's the stack?

Java

how it stacks up fr

blankj/awesome-java-leetcodespring-projects/spring-aiamitshekhariitbhu/android-debug-database
Stars8,7068,6978,656
LanguageJavaJavaJava
Setup difficultyeasymoderateeasy
Complexity1/53/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

in plain english

This is a collection of LeetCode algorithm problem solutions written in Java, created by an Android developer who previously competed in ACM (a university-level competitive programming contest). The author built it to keep their data structures and algorithm skills sharp by working through LeetCode problems and keeping the solutions in one organized place. The README is written in Chinese, though the problem titles and tags are in English. Problems are organized into Easy, Medium, and Hard sections, with each row showing the problem number, title, and the algorithm categories it involves (such as arrays, hash tables, dynamic programming, linked lists, trees, and so on). The actual Java source code lives in the src directory, while explanatory notes about the approach for each problem are in the note directory. The repository also includes a list of LeetCode problem numbers that have appeared in Facebook interviews, which the author compiled while preparing for a Facebook interview. A separate Companies.md file covers problem lists for other tech companies as well. This is purely a study and practice resource. It is not a library or application you would install or run. Its value is as a reference for someone preparing for technical interviews or learning algorithm patterns through concrete, working Java code examples. The collection was still being updated at the time of the last known activity.

prompts (copy fr)

prompt 1
Using blankj/awesome-java-leetcode as reference, show me a Java solution for a medium-difficulty dynamic programming problem and explain the approach step by step.
prompt 2
I'm preparing for a Java technical interview. Based on the patterns in blankj/awesome-java-leetcode, help me understand how to solve hash table problems efficiently.
prompt 3
Show me which LeetCode problems from blankj/awesome-java-leetcode's company lists are most commonly asked in Facebook interviews and walk me through one solution.
prompt 4
Using blankj/awesome-java-leetcode as a guide, help me implement a linked list reversal in Java and explain the pointer manipulation.

Frequently asked questions

what is awesome-java-leetcode fr?

A curated collection of LeetCode algorithm problem solutions written in Java, organized by difficulty and topic, to help developers prepare for technical interviews.

What language is awesome-java-leetcode written in?

Mainly Java. The stack also includes Java.

How hard is awesome-java-leetcode to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is awesome-java-leetcode for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.