Skip to content

Gulnara-cloud/LeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

152 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

LeetCode Solutions in Java

This repository contains my solutions to LeetCode problems, implemented in Java.
All problems are organized in a single folder and named using the following pattern: No topic subfolders - just one directory sorted by problem number.


Naming Convention

  • File name: <ProblemName><Number>.java
  • Examples:
    • TwoSum1.java
    • BinarySearch704.java
    • ReverseLinkedList206.java

This makes it easy to find by problem ID.


Find a Solution by Number

From the repo root:

ls src/LeetCode | grep 704       # BinarySearch704.java

About

πŸ“š Solutions for LeetCode problems in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages