Masfiq_ds_algo

Masfiq_ds_algo's Pastebin

389 3,167 0 7 years ago
Name / Title Added Expires Hits Comments Syntax  
ALGR: Backtracking: Knights tour May 22nd, 2017 Never 111 0 C++ -
ALGR: Huffman Coding: O(nlogn) May 21st, 2017 Never 77 0 C++ -
ALGR: Job sequencing May 20th, 2017 Never 65 0 C++ -
ALGR: Huffman Coding: Efficient (for sorted input): O(n) May 20th, 2017 Never 150 0 C++ -
cycle detection in graph(Directed, Undirected) May 7th, 2017 Never 55 0 C++ -
ALGR: D&C: quick Sort May 4th, 2017 Never 61 0 C++ -
ALGR: D&C: closest Point May 3rd, 2017 Never 94 0 C++ -
ALGR: Inversion Count(using merge sort) May 2nd, 2017 Never 100 0 C++ -
ALGR: D&C: mergeSort May 2nd, 2017 Never 95 0 C++ -
ALGR: D&C: median May 2nd, 2017 Never 88 0 C++ -
ALGR: D&C: pow(return int) May 2nd, 2017 Never 70 0 C++ -
ALGR: D&C: pow(return double) May 2nd, 2017 Never 69 0 C++ -
ALGR: Strongly Connected Components Apr 29th, 2017 Never 84 0 C++ -
ALGR: Unique Path Problem Apr 29th, 2017 Never 64 0 C++ -
ALGR: Articulation Bridge Apr 29th, 2017 Never 65 0 C++ -
ALGR: Articulation Node Apr 29th, 2017 Never 71 0 C++ -
ALGR: DFS Apr 17th, 2017 Never 76 0 C++ -
ALGR: BellmanFord :Find_shortest_path_dir_wght_grph Apr 17th, 2017 Never 69 0 C++ -
ALGR: Topological Sorting Apr 17th, 2017 Never 75 0 C++ -
ALGR: Kruskal's MST Apr 17th, 2017 Never 82 0 C++ -
ALGR: primMST Apr 16th, 2017 Never 60 0 C++ -
ALGR: Transit Closure: is there path from one ver to other Apr 13th, 2017 Never 75 0 C++ -
ALGR: FloyadWarshall: Apr 13th, 2017 Never 62 0 C++ -
ALGR: Dijkstra:BFS_directed_weighted_shortest path Apr 13th, 2017 Never 59 0 C++ -
ALGR: Bipartite testing Apr 13th, 2017 Never 62 0 C++ -
ALGR: BFS Apr 13th, 2017 Never 91 0 C++ -
DS: C,C++ data type range Apr 9th, 2017 Never 63 0 C++ -
DS: Heap: MaxHeapify(), BuildHeap() Apr 3rd, 2017 Never 70 0 C++ -
DS: BST: lca Apr 2nd, 2017 Never 70 0 C++ -
DS: Tree: height Mar 25th, 2017 Never 74 0 C++ -
DS: Tree: trsverse:: inorder, preorder, post order Mar 25th, 2017 Never 86 0 C++ -
DS: linked list: swap 2 nodes(), sort() list Mar 17th, 2017 Never 82 0 C++ -
DS: Linked list: print reverse( )also list reverse( ) Mar 17th, 2017 Never 88 0 C++ -
DS: Queue using linked list(wth tail): enqueue, dequeue Mar 17th, 2017 Never 86 0 C++ -
DS: Linear queue using array: enq, deq Mar 16th, 2017 Never 90 0 C++ -
DS: Circular Queue implementation using array: enq, deq Mar 16th, 2017 Never 80 0 C++ -
DS: single linked list implementation: pu_frt, pu_bk, pop_fr Mar 10th, 2017 Never 92 0 C++ -
ALGR: Searching Mar 1st, 2017 Never 89 0 C++ -
ALGR: Sorting Feb 27th, 2017 Never 82 0 C++ -
DS: 2 stacks using 1 array Feb 25th, 2017 Never 86 0 C++ -