This page is a simple checklist for my algorithm implementation skill:
I also love to revise them gradually as what I learned đ
Till now I have understood simulation and coding by myself is:
Complexity Analysis:
Asymptotic Notation Details
Explained in Bangla
Sorting:
Insertion Sort
Quick Sort
Searching:
Binary Search
-> Some Binary Search Based Logical Application (Find Occurances)
Linear Search
  -> Some Linear Search Based Logical Problem Solved(Problems)
Data  Structures:
Stack
Queue
 Circular Queue
Linked List
Graph:
BFS(When Unweighted Graph)
DFS(When Directed Graph)
Dijkstra(Weighted Graph Shortest Path)
Bellman Ford(When Negative Cycle)
Recursion:
Tower of Hanoi
Fibonacci Series
Recusrion Example in C
Tree:
Todo List:
Np-Completeness
Rabin Karp
Knuth Morris Pratt
Aho Corasick
Prims
Kruskal
Ternary Search
Mathematics:
Number theory:
Prime Finding Trial Division
Prime Finding, Sieve of Eratosthenes
Prime factorization of a number
Geometry:
Midpoint Circle Algorithm
Brasenham Line Drawing Algorithm
Polygon Area
Line Segment
Numerical Method:
All solved code done for CSE course
Computational Geometry:
NULL
Game Theory:
NULL
C++ Container Library:
STL
Adhoc:
C books and MOOC courses finished:
Subeen Vai Book
Novojaner naam C programming
C refresh 2udemy MOOC course
101cproblem All codes
String
Array
Loop
Some more available in my github
Planning to finish everything from mycodeschool youtube channel. Keep me in your prayers.
Recent Comments