Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/galaxy4276/algorithm-study
팀 기반으로 운영하는 알고리즘 스터디
https://github.com/galaxy4276/algorithm-study
algorithms data-structures leetcode leetcode-solutions
Last synced: 10 days ago
JSON representation
팀 기반으로 운영하는 알고리즘 스터디
- Host: GitHub
- URL: https://github.com/galaxy4276/algorithm-study
- Owner: galaxy4276
- Created: 2022-07-15T00:36:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T13:56:11.000Z (8 months ago)
- Last Synced: 2024-05-29T05:44:47.594Z (8 months ago)
- Topics: algorithms, data-structures, leetcode, leetcode-solutions
- Language: Python
- Homepage:
- Size: 446 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Member Info
| name | email | status |
|--------------------------------------------------|------------------------|--------------|
| [galaxy4276](https://github.com/galaxy4276) | [email protected] | 군인( 1년차(진) ) |
| [minesp3164](https://github.com/minesp3164) | [email protected] | 대학생( 2학년 ) |
| [Antidote21](https://github.com/Antidote21) | [email protected] | 대학생( 2학년 ) |
| [pandora2948](https://github.com/pandora2948) | [email protected] | 대학생( 2학년 ) |
| [ckstn7301](https://github.com/ChanSuy) | [email protected] | 대학생( 2학년 ) |
| [bear-bear-bear](https://github.com/bear-bear-bear) | [email protected] | 직장인( 1년차 ) |## Goals
- 챌린지는 순차적으로 진행할 예정
* leetcode easy, medium 문제 각 100회 이상 풀이
* leetcode Data Structure 도전하기
* leetcode DP 도전하기 ( [leetcodeDP](https://leetcode.com/study-plan/dynamic-programming/) )
* leetcode 75 도전하기 ( [leetcode75](https://leetcode.com/study-plan/leetcode-75/) )* galaxy4276
- Rust Lang, Python Lang skill up
- ready to code test
- learning cs (computer science)
* minesp3164
- Java, Python skill up
- learning cs (computer science)
- ready to code test
* Antidote21
- C, Java skill up
- learning cs (computer science)
- ready to code test
* pandora2948
- python skill up
- learn algorithm & data structure
- ready to entrance exam
* bear-bear-bear
- rust study
- learn algorithm & data structure
- learn compile language
* ckstn7301
- python skill up
- learn algorithm & data structure
- ready to algorithm test
## How to proceed?- (임시) 매 주말마다 풀이 진행 후 서로 간 코드 리뷰
- 문제 소스코드 업로드 시 파일명은 해당 소스코드 번호로 지정하여 업데이트
- 예시) 4. Median of Two Sorted Arrays -> 4.py