Skip to content

19-1-skku-oss/2019-1-OSS-E1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About our Team

2019-05-07 E1

Members

  • 우병수 (소프트웨어학과/18) : Mysigyeong
  • 이상현 (소프트웨어학과/18) : moonglazer
  • 서보현 (문헌정보학과/17) : bohyeon9888
  • 김승윤 (문헌정보학과/17) : seungyoonkim66

About Project

거대 프로젝트에 뛰어들기에는 아직 부족한점이 많아 수준에 맞는 프로젝트를 찾다가 자료구조와 알고리즘을 저장하는 저장소를 발견하게 되어 저희가 알고있는 것을 최대한 활용하여 저장소에 저장이 되어있지 않지만 우리가 알고있는 자료구조가 있다면 업로드를 하며 자료구조를 복습하는 것을 목적으로 하는 프로젝트입니다.

클론한 저장소

algorithms-and-data-struct

C를 이용한 자료구조, 알고리즘 구현

기본 정렬 알고리즘

  • bubble sort
  • selection sort
  • insertion sort
  • cocktail sort
  • heap sort
  • radix sort
  • quick sort
  • merge sort
  • shell sort

탐색 알고리즘

  • DFS
  • BFS

자료구조

선형 자료구조
  • queue
  • stack
  • priority queue
  • binary search tree
비선형 자료구조
  • binarysearch tree

algorithm