Skip to content

KristianHans04/LeetCode_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


πŸ“š LeetCode Projects

A collection of solutions to problems I have attempted on LeetCode. This repository serves as a personal archive for improving coding skills, mastering data structures and algorithms, and gaining familiarity with Python.


πŸ“ About

This repository contains my implementations for various coding problems solved on LeetCode.

Initial Purpose

When I started this repository, my primary goal was to familiarize myself with Python and learn how different functions and techniques worked. As a result, some solutions may not be optimized for time or space complexity.

Current Focus

I am revisiting the solutions to improve:

  • Code efficiency through optimizations.
  • My understanding of data structures and algorithms.
  • Problem-solving skills across varying levels of difficulty.

πŸ“‚ Project Structure

Each folder in the repository corresponds to a specific problem on LeetCode.

Folder Name Problem Name Status
Kids_With_the_Greatest_Number_of_Candies Kids With the Greatest Number of Candies βœ… Solved
Reverse_Words_in_a_String_III Reverse Words in a String III βœ… Solved
Two_Sum Two Sum βœ… Solved

πŸš€ How to Use

  1. Clone this repository:
    git clone https://github.com/yourUsername/LeetCode_Projects.git
    cd LeetCode_Projects
  2. Browse individual folders for specific problem solutions.
  3. Run the code in your preferred environment.

πŸ’» Languages Used

  • Python

🎯 Goals

  • Solve problems covering various difficulty levels: Easy, Medium, and eventually Hard.
  • Master key concepts such as:
    • Arrays
    • Strings
    • Hash Maps
    • Two Pointers
    • Dynamic Programming
  • Track progress over time.
  • Continuously revisit and refactor solutions for better performance.

🀝 Contributing

If you:

  • Have suggestions to optimize existing solutions.
  • Want to add alternative solutions or explanations.

Feel free to open a pull request or raise an issue!


πŸ“œ License

This repository is licensed under the MIT License.


⭐ Acknowledgments

Special thanks to LeetCode for providing such an excellent platform for coding practice.

If you'll find this repository helpful, consider starring ⭐ it!


About

This repository is made for all my LeetCode tasks that I attempt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages