Coder Social home page Coder Social logo

apss's Introduction

APSS (Alogrithmic Problem Solveing Strategies)

알고리즘 문제 해결기법 학습을 하기 위한 목적으로 생성된 저장소

github 저장소 관리 로그

2018.10.20 APSS 저장소 생성
2019.01.01 APSS 학습내용 정리 시작
2019.02 1차 정리 완료
2019.04 2차 정리 시작
2019.06 2차 정리 중단
2019.09 라이브러리 생성 시작
2019.10 관리 일시중단

Judge 계정

학습한 챕터

  • 입출력

    • C / C++ 문법
    • JAVA 문법
  • 자료구조

    • string
    • linked list
    • stack
    • queue
    • deque
    • disjoint Set (Union-Find)
    • 트리 #1
      • Heap (Min Heap, Max Heap)
      • Segment Tree
      • Fenwick Tree (aka BIT = Binary Indexed Tree)
      • Binary Search Tree
    • 그래프
  • 수학 #1

    • Permutation
    • Combination
    • Prime Number
      • Eratosthenees seula
    • GCD, LCM
      • Eucliedean algorithm
    • Matrix
  • 그리디 알고리즘

  • 비트마스크

  • Exhaustive Search

    • Brute-Force
    • Backtracking
      • N Queens
    • Optimization Proglems
      • TSP
    • Divide & Conquer
      • Binary Search
  • Dynamic Programming (DP)

    • 0-1 knapsack Proglem
    • LCS,LIS,...
    • Subset
  • 문자열

    • Palindrome
  • Minimum Spanning Tree (MST)

    • Kruskal's Algorithm
    • Prims's Algorithm
  • 정렬

    • Bubble sort
    • Insertion Sort
    • Selection Sort
    • Quick Sort
    • Merge Sort
    • Heap Sort
  • 그래프 #1

    • Graph Modeling
    • Search
      • Breadth-First Search (BFS)
      • Depth-First Search (DFS)
    • Shortest Path
      • Single Source Shortest Path
        • Dijkstra's Algorithm
        • Bellman-Ford Algorithm
        • Shortest Path Faster Algorithm (SPFA)
      • Floyd-Warshall Algorithm
    • 위상정렬(Topological Sort)
  • 수학 #2

    • 이항계수 (Binomial coefficient)
      • 파스칼의 삼각형 (Pascal's triangle)
  • 트리 #2

    • Lowest Common Ancestor (LCA)
  • Range Query

    • Segment Tree
      • Lazy Propagation
    • Two Pointers Algorithm
    • Sliding Window Algorithm
  • 그래프 #2

    • Network Flow
      • Maximum Flow
        • Ford- Fulkerson
        • Edmond-Karp
      • Minimum Cut Maximum Flow
      • 최소 버텍스 커버(Minimum Vertex Cover)
        • Konigs theorem
      • 최대 독립 집합 (Maximum Independent Set)
      • Minimun Cost Maximum Flow (MCMF)
        • Using Bellman-Ford Algorithm of SPFA
        • Using Dijkstra Algorithm with potential
      • Bipartite Matching

학습 로드 맵

PS ROADMAP 출처 : https://stack07142.tistory.com/228

저장소 내 링크

BOJ 학습 정보
Programming Challenges 학습정보

apss's People

Contributors

lkoiescg2031 avatar

Stargazers

박종훈 avatar kimjouny avatar

Watchers

James Cloos 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.