Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-ho authored Mar 27, 2024
1 parent 3d568e5 commit a06d471
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
Algorithm & Data-Structure
======
공부하거나 풀어본 알고리즘과 자료 구조의 정리.
기존에는 그냥 넘어가거나 로컬 폴더에 코드만 저장했다.
그런데 푼 문제들을 또 못 풀거나, 풀어본 유형을 못 알아보는 문제가 발생해서,
이를 해결하고자 나만의 언어로 분류하고 간단하게나마 정리하는 것이 목적인 레포지토리.
<br/>

### 1. 설명할 줄 알아야 아는 것이다.
### 2. 한번 푼 유형이나 공부한 문법을 잊지 말자.
공부한 알고리즘과 자료 구조의 정리용 레포지토리

<br>

[![solved.ac tier](http://mazassumnida.wtf/api/v2/generate_badge?boj=dfghcvb11)](https://solved.ac/profile/dfghcvb11)

## 관련 레포지토리
## 발표 영상
- [A*와 Theta* 알고리즘](https://www.youtube.com/watch?v=eY1BTlvbCXA)

[백준, 프로그래머스 풀이 문항 코드 자동 저장 레포지토리](https://github.com/binary-ho/BaekjoonRecord) <br>
[자료구조 수업 레포지토리](https://github.com/binary-ho/TIL-public/tree/main/Data%20Structure)
## 블로그 글
- [코드로 이해하는 B+Tree 연산 과정](https://dwaejinho.tistory.com/entry/DB-BTree-%EC%9D%B4%EB%A1%A0%EA%B3%BC-%EC%BD%94%EB%93%9C%EB%A1%9C-%EB%8D%94-%EC%A0%9C%EB%8C%80%EB%A1%9C-%EC%9D%B4%ED%95%B4%ED%95%98%EA%B8%B0)

## 관련 레포지토리
- [백준, 프로그래머스 풀이 문항 코드 자동 저장 레포지토리](https://github.com/binary-ho/BaekjoonRecord) <br>
- [자료구조 수업 레포지토리](https://github.com/binary-ho/TIL-public/tree/main/Data%20Structure)

<br/><br/>

Expand Down

0 comments on commit a06d471

Please sign in to comment.