An open API service indexing awesome lists of open source software.

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

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