Skip to content

slanja/leetcode-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

43 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ—‚οΈ LeetCode Solutions

Welcome to my personal repository of algorithmic problem solutions from LeetCode. I created this space to track my problem-solving journey, solidify my understanding of data structures, and practice writing efficient code.

πŸ› οΈ Languages & Tech Stack

  • Primary Language: C (Focusing on low-level memory management and pointers)
  • Future Expansion: Solutions in other languages (like Python or C++) will be added alongside the C solutions as I progress.

πŸ“ Repository Structure

The repository is organized by algorithmic topics or data structures to make navigation and revision easier.

Inside each topic folder, files are named using the LeetCode problem number and title. Different programming languages are simply distinguished by their file extensions.

πŸ“¦ leetcode-solutions
 ┣ πŸ“‚ Arrays
 ┃ ┣ πŸ“œ 0001_Two_Sum.c
 ┃ β”— ...
 ┣ πŸ“‚ Linked_List
 ┃ ┣ πŸ“œ 0203_Remove_Linked_List_Elements.c
 ┃ ┣ πŸ“œ 0206_Reverse_Linked_List.c
 ┃ β”— ...
 ┣ πŸ“‚ Sorting
 ┃ ┣ πŸ“œ 0088_Merge_Sorted_Array.c
 ┃ ┣ πŸ“œ 0169_Majority_Element.c
 ┃ ┣ πŸ“œ 0217_Contains_Duplicate.c
 ┃ ┣ πŸ“œ 0242_Valid_Anagram.c
 ┃ ┣ πŸ“œ 0268_Missing_Number.c
 ┃ β”— ...
 β”— πŸ“‘ README.md

🎯 My Goals

  • Build a strong foundation in core algorithms (Sorting, Searching, etc.).
  • Write clean, readable, and well-commented code.

πŸ“Š Statistics

LeetCode Stats

Check out my LeetCode profile @slanja πŸ”₯

About

My collection of LeetCode solutions, starting with C and expanding to other languages. Focused on data structures and algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages