ZenMoore / NoahAlgo

Implementation of some algorithms and data structures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoahAlgo

Implementation of some algorithms and data structures.

Structure

  • greedy
  • iteration
  • divide_conquer
  • dynamic
  • backtracking
  • network_flow
  • linear_prog : aka LP
  • approximation
  • heuristics : differential evolution, genetic, particle swarm, simulated annealing, ant colony, fish swarm, immune optimization
  • primal_dual
  • randomized
  • sorting
  • linear_struct : such as array, stack, queue, list
  • tree
  • graph
  • hash
  • heap
  • disj_set : disjoint set

About

ZenMoore@BUAA is a senior.

About

Implementation of some algorithms and data structures.