Skip to content

알고리즘을 자바로 공부한 레포지토리입니다!

Notifications You must be signed in to change notification settings

InChiJun/Java_algorithm_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduce

Dp it! 알고리즘 코딩테스트(자바편) 책을 공부하며 작성한 코드를 담은 레포지토리입니다.

Contents

자료구조

  • 배열과 리스트 (exam001 ~ exam002)
  • 구간 합 (exam003 ~ exam005)
  • 투 포인터 (exam006 ~ exam008)
  • 슬라이딩 윈도우 (exam009 ~ exam010)
  • 스택과 큐 (exam011 ~ exam014)

정렬

  • 버블 정렬 (exam015 ~ exam016)
  • 선택 정렬 (exam017)
  • 삽입 정렬 (exam018)
  • 퀵 정렬 (exam019)
  • 병합 정렬 (exam020 ~ exam021)
  • 기수 정렬 (exam022)

탐색

  • 깊이 우선 탐색(DFS) (exam023 ~ exam025)
  • 너비 우선 탐색(BFS) (exam026 ~ exam028)
  • 이진 탐색(exam029 ~ exam031)

그리디

  • 그리디 알고리즘(exam032 ~ exam035)

About

알고리즘을 자바로 공부한 레포지토리입니다!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages