Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boemer00/leetcode
Data Structure and Algorithm problems from leetcode and neetcode
https://github.com/boemer00/leetcode
algorithms data-structures leetcode python
Last synced: about 2 months ago
JSON representation
Data Structure and Algorithm problems from leetcode and neetcode
- Host: GitHub
- URL: https://github.com/boemer00/leetcode
- Owner: boemer00
- Created: 2024-08-01T14:24:23.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T14:37:25.000Z (5 months ago)
- Last Synced: 2024-08-22T18:19:41.663Z (5 months ago)
- Topics: algorithms, data-structures, leetcode, python
- Language: Jupyter Notebook
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode Problem Solutions
This repository contains my solutions to LeetCode problems, specifically those covered in the Data Structures and Algorithms course provided by NeetCode.
## Structure
- Each solution is organised by problem type (e.g., arrays, linked lists, dynamic programming) in its respective Jupyter Notebook.
- Solutions are written in Python and some include a brief explanation in comments within the code.
- Some solutions may also include additional notes on time and space complexity (Big O notation).## Usage
Feel free to explore the code to understand different approaches to solving common algorithmic problems. Clone the repository and run the Python files to test the solutions on your own machine.
## Updates
This repository is a work in progress and will be updated as I continue the course.
---