https://github.com/kwonnayeon/algo-practice
Algorithm & coding practice
https://github.com/kwonnayeon/algo-practice
algorithms data-structures leetcode-python python
Last synced: 5 months ago
JSON representation
Algorithm & coding practice
- Host: GitHub
- URL: https://github.com/kwonnayeon/algo-practice
- Owner: KwonNayeon
- Created: 2023-03-20T01:26:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T08:50:51.000Z (11 months ago)
- Last Synced: 2025-05-14T04:09:49.998Z (7 months ago)
- Topics: algorithms, data-structures, leetcode-python, python
- Language: Jupyter Notebook
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithm Practice Repository
Personal repository for algorithm problem solving practice and technical interview preparation ๐ฏ
## About
This repository contains my solutions and study materials as I learn algorithms and data structures through various resources. The primary language used is Python.
## Current Focus
๐ฏ **Algorithm & Data Structures Learning**
* Primary Resource: "The Self-Taught Computer Scientist: The Beginner's Guide to Data Structures & Algorithms" (๋์ ์ฒซ ์๊ณ ๋ฆฌ์ฆ+์๋ฃ๊ตฌ์กฐ with ํ์ด์ฌ) by Cory Althoff
* Additional Areas: CodeIt Python Programming Fundamentals, LeetCode problem solving
โจ **Currently Studying**
* CodeIt: Python Programming Fundamentals - Practice Exercises
* LeetCode Study Problems
* Data Structure Implementation
## Structure
```
โโโ README.md
โโโ note/ # Study notes and theoretical concepts
โ โโโ algorithm_and_data_structure_chapter_2_5.ipynb
โ โโโ algorithm_and_data_structure_chapter_6.ipynb
โโโ practice/ # Algorithm problem solutions
โ โโโ book_problems/ # Problems from "The Self-Taught Computer Scientist"
โ โโโ codeit_python/ # CodeIt Python course exercises
โโโ leetcode_pending/ # Pending problems from LeetCode study
โ โโโ blind75/ # Unsolved Blind 75 problems
โ โโโ w2_decode_ways.py
```
## Resources
* "The Self-Taught Computer Scientist" by Cory Althoff (๋์ ์ฒซ ์๊ณ ๋ฆฌ์ฆ+์๋ฃ๊ตฌ์กฐ with ํ์ด์ฌ)
* CodeIt: Python Programming Fundamentals
* LeetCode Problems