tzmfreedom / alg

Sample for algorithm with Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alg

Sample for Algorithm with Python

  • DataStructure
    • LinkedList
    • HashMap
    • Binary Tree
    • Red-Black Tree
  • Sorting
    • QuickSort
    • HeapSort
    • BubbleSort
    • MergeSort
  • Mathmatics
    • Fibonatti
    • Permutation/Combination
      • Repeated Permutation
      • Non Repeated Permutation
      • Combination
  • Other
    • count for 7 from 0 to a number
    • check Arithmetic progression or Geometric progression or Fibonatti progression

About

Sample for algorithm with Python


Languages

Language:Python 100.0%