Giter VIP home page Giter VIP logo

algorithm-design's Introduction

Algorithm Design

2110327 Algorithm Design

Table of Contents

  • Brute Force
    • Solution Space
    • Enumerating all solutions
    • Combination
    • Permutation
  • Sorting
    • Selection Sort
    • Heap Sort
    • Insertion Sort
    • Shell Sort
  • Complexity Analysis
    • Review
    • Master Method
  • Divide and Conquer
    • Binary Search
    • Merge Sort
    • Quick Sort
    • Quick Select
    • Modular Expo
    • Maximum Contiguous Sum
    • Strassen's Matrix Multiplication
    • Closest Pair
    • Celebrity
  • Dynamic Programming
    • Fibonacci Seq.
    • Binomial Coefficient
    • Longest Common Subsequence
    • Maximum Contiguous Sum
    • Matrix-Chain Multiplication
    • 0/1 Knapsack
    • Coin Change
  • Greedy Algorithm
    • Activity Selection
    • Fractional Knapsack
  • Graph
    • Representation
    • Finding a Path in a Graph
    • BFS - Breadth First Search
    • DFS - Depth First Search
    • CC - Connected Component
      • SCC - Strongly Connected Component
    • Topological Sort
      • Kahn’s Algorithm
    • Minimum Spanning Tree
      • Prim's Algorithm
      • Kruskal's Algorithm
    • Shortest Path
      • Dijkstra
      • Bellman-Ford
      • Floyd-Warshall
  • State Space Search
    • State Space Tree Traversing
      • Search tree
      • BFS / DFS
    • State Space Tree Optimization
      • Backtracking
      • Branch-and-Bound
        • Best First Search / Least-Cost Search
  • NP-Completeness
    • Decision Problem
    • Undecidability
    • Problem Reduction
    • P, NP, co-NP, NP-hard, NP-C
    • Cook–Levin theorem
    • Proof of NP-Completeness

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.