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

https://github.com/devholic22/til

Today I Learned: 기록하고, 성장하는 개발자가 되자 💡
https://github.com/devholic22/til

Last synced: 4 months ago
JSON representation

Today I Learned: 기록하고, 성장하는 개발자가 되자 💡

Awesome Lists containing this project

README

          

# TIL
## Today I Learned 📝
#### 배우고 느낀 점들을 기록하는 리드미입니다.
#### since: 2021.09.04 ~ ing 🔥
***
## 규칙
* 단순히 커밋을 채우기 위해 리드미를 수정하지 말 것
* 목록을 한꺼번에 만들기보다는 그때그때 새로운 목록을 공부한 뒤에 만들 것
* 폴더와 파일명은 되도록 영문으로
***
## Algorithm / Data Structure
#### 프로그래머스의 [어서와! 자료구조와 알고리즘은 처음이지?](https://programmers.co.kr/learn/courses/57)를 바탕으로 공부한 것입니다.
* [선형 배열 (Linear Array)](https://github.com/hyunjoontech/TIL/blob/main/Algorithm/210904.md)
* [정렬과 탐색 (Sort and Search)](https://github.com/hyunjoontech/TIL/blob/main/Algorithm/210904_2.md)
* [재귀 알고리즘 (Recursive Algorithm)](https://github.com/hyunjoontech/TIL/blob/main/Algorithm/210905.md)
* [알고리즘의 복잡도 (Complexity of Algorithms)](https://github.com/hyunjoontech/TIL/blob/main/Algorithm/210905_2.md)
* [연결 리스트 (Linked List)](https://github.com/hyunjoontech/TIL/blob/main/Algorithm/210906.md)
* [스택 (Stack)](https://github.com/hyunjoontech/TIL/blob/main/Algorithm/210910.md)
* [큐 (Queue)](https://github.com/devholic22/TIL/blob/main/Algorithm/210911.md)
* [트리 (Tree)](https://github.com/devholic22/TIL/blob/main/Algorithm/210912.md)
* [힙 (Heap)](https://github.com/devholic22/TIL/blob/main/Algorithm/210913.md)
## Projects (based on Nomad Coders)
### Basic Skills (HTML, CSS, Vanilla JavaScript)
* [라인(LINE) 클론 프로젝트](https://github.com/devholic22/line_clone)
* [투두리스트 프로젝트](https://github.com/devholic22/js_todo_clone)