kartikkukreja

Kartikkukreja's Pastebin

New Delhi, India    1,069 19,769 0 11 years ago
Name / Title Added Expires Hits Comments Syntax  
N-puzzle problem with A* Dec 28th, 2013 Never 195 0 Python -
Range Updates/Range Queries with BIT Dec 2nd, 2013 Never 332 0 C++ -
Range Updates/Point Queries with BIT Dec 2nd, 2013 Never 331 0 C++ -
Scheduling to minimize lateness Nov 24th, 2013 Never 92 0 C++ -
Articulation Points / Cut Vertices with DFS Nov 8th, 2013 Never 367 0 C++ -
Nuts and Bolts Problem Oct 29th, 2013 Never 251 0 C++ -
Segmented Least Squares Oct 21st, 2013 Never 213 0 C++ -
Water Jug Problem with DFS Oct 16th, 2013 Never 278 0 C++ -
Tic-Tac-Toe bots Oct 12th, 2013 Never 117 0 C++ -
Water Jug Problem with BFS Oct 11th, 2013 Never 586 0 C++ -
Interval Partitioning Aug 25th, 2013 Never 144 0 C++ -
Gale–Shapley algorithm for Stable Marriage Problem Aug 25th, 2013 Never 333 0 C++ -
Interval Scheduling Aug 25th, 2013 Never 121 0 C++ -
Weighted Interval Scheduling Aug 25th, 2013 Never 192 0 C++ -
Testing Bipartiteness Aug 23rd, 2013 Never 104 0 C++ -
Interpolation Search Aug 17th, 2013 Never 159 0 C++ -
Graham Scan - Convex Hull Aug 13th, 2013 Never 196 0 C++ -
Multiway Merge with STL heaps Jun 25th, 2013 Never 119 0 C++ -
Multiway Merge with Indexed PQ Jun 25th, 2013 Never 103 0 C++ -
Topological Sorting Jun 21st, 2013 Never 300 0 C++ -
Kadane's Algorithm Jun 15th, 2013 Never 430 0 C++ -
NFA simulation May 24th, 2013 Never 732 0 C++ -
Closest pair of points May 24th, 2013 Never 211 0 C++ -
Dijkstra's single source shortest path algorithm May 23rd, 2013 Never 371 0 C++ -
Prim's MST algorithm May 22nd, 2013 Never 239 0 C++ -
Indexed Min-Priority Queue May 21st, 2013 Never 808 0 C++ -
Kruskal's MST algorithm May 19th, 2013 Never 411 0 C++ -
Counting inversions with merge sort May 18th, 2013 Never 303 0 C++ -
Randomized selection algorithm May 18th, 2013 Never 79 0 C++ -
2SAT in linear time May 15th, 2013 Never 466 0 C++ -
Kosaraju-Sharir SCC May 14th, 2013 Never 575 0 C++ -
BIT / Fenwick Tree data structure May 11th, 2013 Never 658 0 C++ -
Union Find / Disjoint Set Data Structure May 7th, 2013 Never 1,948 0 C++ -
Bullseye Code Jam 2013 Round 1A May 3rd, 2013 Never 133 0 C++ -
Counting the number of lines, words and characters in a file Apr 28th, 2013 Never 67 0 C++ -
Executing infix arithmetic expressions Apr 27th, 2013 Never 1,515 0 C++ -
FIRST set of each variable in a CFG Apr 24th, 2013 Never 282 0 C++ -
Tokenization Apr 24th, 2013 Never 95 0 C++ -
DFA simulation Apr 24th, 2013 Never 379 0 C++ -
NFA to DFA conversion Apr 18th, 2013 Never 3,982 0 C++ -
Median Apr 12th, 2013 Never 345 0 Java -
Heuristic Function for Reversi/Othello Mar 30th, 2013 Never 1,208 0 C++ -