Giter VIP home page Giter VIP logo

programmers-algorithms's Introduction

💻 Programmers-algorithms

Language

대체 텍스트

매일 매일 찍어먹는 알고리즘 🔥

  1. 탐색(Search)

    • 선형 탐색(Linear Search)
    • 이분(이진) 탐색(Binary Search)
    • 순차 탐색(Sequential Search)
    • 해시 탐색(Hash Search)
  2. 정렬(Sorting)

    • 버블 정렬(Bubble Sort)
    • 선택 정렬(Selection Sort)
    • 삽입 정렬(Insertion Sort)
    • 퀵 정렬(Quick Sort)
    • 병합 정렬(Merge Sort)
    • 힙 정렬(Heap Sort)
    • 기수 정렬(Radix Sort)
    • 계수 정렬(Count Sort)
  3. 완전 탐색

    • 브루트 포스
    • 비트 마스크
    • 백트리캥
    • 재귀함수
    • 순열
    • DFS(깊이 우선 탐색)
    • BFS(너비 우선 탐색)
  4. 분할 정복

  5. 동적 계획법(Dynamic Programming)

  6. 그리디(Greedy)

  7. 트리

    • 이진 탐색 트리(Binary Search Tree)
  8. 그래프

    • 위상 정렬
  9. 최단 경로

    • Floyd-Warshall
    • Dijkstra
    • Bellman-Ford
  10. 최소 신장 트리(MST, Minimum Spanning Tree)

    • Kruskal
    • Prim
  11. ETC

    • 비트 연산
    • 진수 변환
    • 재귀(Recursion)
    • 유클리드 호제법(최대공약수, 최소공배수)
    • 투포인터(슬라이딩 윈도우)
    • 조합, 순열
    • 파라메트릭 서치
    • 최장 증가 수열(LIS)
    • 최소 공통 조상(LCA)
    • 비트 마스크(BitMask)
    • Matching Parenthesis problem
    • Variables / Pointers manipulation
    • reverse linked list(duplicates, removing duplicates)
    • Custom data structures(Object oriented programming)

programmers-algorithms's People

Contributors

observant0120 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.