kartikkukreja

Kartikkukreja's Pastebin

New Delhi, India    1,086 20,527 0 12 years ago
Name / Title Added Expires Hits Comments Syntax  
N-puzzle problem with A* Dec 28th, 2013 Never 212 0 Python -
Range Updates/Range Queries with BIT Dec 2nd, 2013 Never 357 0 C++ -
Range Updates/Point Queries with BIT Dec 2nd, 2013 Never 347 0 C++ -
Scheduling to minimize lateness Nov 24th, 2013 Never 106 0 C++ -
Articulation Points / Cut Vertices with DFS Nov 8th, 2013 Never 387 0 C++ -
Nuts and Bolts Problem Oct 29th, 2013 Never 271 0 C++ -
Segmented Least Squares Oct 21st, 2013 Never 234 0 C++ -
Water Jug Problem with DFS Oct 16th, 2013 Never 291 0 C++ -
Tic-Tac-Toe bots Oct 12th, 2013 Never 131 0 C++ -
Water Jug Problem with BFS Oct 11th, 2013 Never 600 0 C++ -
Interval Partitioning Aug 25th, 2013 Never 157 0 C++ -
Gale–Shapley algorithm for Stable Marriage Problem Aug 25th, 2013 Never 345 0 C++ -
Interval Scheduling Aug 25th, 2013 Never 135 0 C++ -
Weighted Interval Scheduling Aug 25th, 2013 Never 208 0 C++ -
Testing Bipartiteness Aug 23rd, 2013 Never 120 0 C++ -
Interpolation Search Aug 17th, 2013 Never 176 0 C++ -
Graham Scan - Convex Hull Aug 13th, 2013 Never 214 0 C++ -
Multiway Merge with STL heaps Jun 25th, 2013 Never 143 0 C++ -
Multiway Merge with Indexed PQ Jun 25th, 2013 Never 117 0 C++ -
Topological Sorting Jun 21st, 2013 Never 314 0 C++ -
Kadane's Algorithm Jun 15th, 2013 Never 443 0 C++ -
NFA simulation May 24th, 2013 Never 762 0 C++ -
Closest pair of points May 24th, 2013 Never 226 0 C++ -
Dijkstra's single source shortest path algorithm May 23rd, 2013 Never 386 0 C++ -
Prim's MST algorithm May 22nd, 2013 Never 250 0 C++ -
Indexed Min-Priority Queue May 21st, 2013 Never 829 0 C++ -
Kruskal's MST algorithm May 19th, 2013 Never 426 0 C++ -
Counting inversions with merge sort May 18th, 2013 Never 323 0 C++ -
Randomized selection algorithm May 18th, 2013 Never 95 0 C++ -
2SAT in linear time May 15th, 2013 Never 500 0 C++ -
Kosaraju-Sharir SCC May 14th, 2013 Never 595 0 C++ -
BIT / Fenwick Tree data structure May 11th, 2013 Never 671 0 C++ -
Union Find / Disjoint Set Data Structure May 7th, 2013 Never 1,969 0 C++ -
Bullseye Code Jam 2013 Round 1A May 3rd, 2013 Never 151 0 C++ -
Counting the number of lines, words and characters in a file Apr 28th, 2013 Never 79 0 C++ -
Executing infix arithmetic expressions Apr 27th, 2013 Never 1,530 0 C++ -
FIRST set of each variable in a CFG Apr 24th, 2013 Never 299 0 C++ -
Tokenization Apr 24th, 2013 Never 107 0 C++ -
DFA simulation Apr 24th, 2013 Never 396 0 C++ -
NFA to DFA conversion Apr 18th, 2013 Never 4,017 0 C++ -
Median Apr 12th, 2013 Never 362 0 Java -
Heuristic Function for Reversi/Othello Mar 30th, 2013 Never 1,247 0 C++ -