Skip to content

Meantint/Algorithm

Repository files navigation

Algorithm

목표

  • 알고리즘과 자료구조에 있어서 필요한 정보 정리(코딩 테스트, CS 면접)

  • 좋은 자료가 될 수 있도록 제작하기

  • 삼성 역량테스트 A형 취득

  • 삼성 역량테스트 B형 취득

목록

  • BFS

  • DFS

  • Sorting Algorithm

    • Bubble Sort

    • Heap Sort

    • Merge Sort

    • Quick Sort

  • String Algorithm

    • KMP

    • Palindrome

    • Substring

  • Data Structure

    • Stack

    • Queue

    • Linked List

  • Graph

    • Dijkstra

    • Floyd Warshall

    • Kruskal

    • Prim

    • Topology Sort

    • Lowest Common Ancestor(LCA)

문제 풀이

최신화

  • 21.05.03 : BFS 정리 완료

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages