Commit Graph

  • 626654a (HEAD -> main) Use interval tree and square root of n amortized approach. Wrong answer and same timeout though by Titouan Rigoudy 2014-11-29 03:14:44 -0500
  • 70697e7 Better makefile, use %.o rule by Titouan Rigoudy 2014-11-26 19:00:55 -0500
  • bcddc57 Use segment tree and flatten each sqrt(n), still too slow -> have to switch to interval tree by Titouan Rigoudy 2014-11-26 18:58:47 -0500
  • 7d4b46b Added C11 flag to makefile by Titouan Rigoudy 2014-11-26 16:36:56 -0500
  • eaa09ac Broke off Fenwick tree code by Titouan Rigoudy 2014-11-26 16:30:30 -0500
  • 55b3dcd Changed wording by Titouan Rigoudy 2014-11-24 03:39:24 -0500
  • 0539ee7 Changed from fenwick trees to segment trees, still not fast enough by Titouan Rigoudy 2014-11-24 03:37:38 -0500
  • 3c66cad Increased buffer size to 10MB, allocated on the heap by Titouan Rigoudy 2014-10-24 22:21:23 -0400
  • 5ace988 Instead of calling fgets for every line, call read once and strtok for each line by Titouan Rigoudy 2014-10-24 22:15:29 -0400
  • c5445b6 Moved v calculation to fenwick tree, always update v on power update by Titouan Rigoudy 2014-10-24 21:22:24 -0400
  • e27bd82 Update every p sequentially but use fenwick tree for sums of p by Titouan Rigoudy 2014-10-24 20:48:43 -0400
  • 7d8666a Use Fenwick tree for powers, still too slow by Titouan Rigoudy 2014-10-24 19:56:13 -0400
  • 6502f6a Moved to longs, added struct adp, changed strtok_r to strtok by Titouan Rigoudy 2014-10-21 15:45:52 -0400
  • 7e42d68 C program looks like it works by Titouan Rigoudy 2014-10-17 22:55:37 -0400
  • 916c699 Added handle_query by Titouan Rigoudy 2014-10-17 22:21:17 -0400
  • c7d4c5c Added read_adp by Titouan Rigoudy 2014-10-17 22:03:35 -0400
  • 284a955 Started work on C arithmetic progressions by Titouan Rigoudy 2014-10-17 21:32:39 -0400
  • 479ca3f Ignore hidden fuse files by Titouan Rigoudy 2014-10-17 21:30:36 -0400
  • 01bf19f Correct but slow solution to arithmetic_progressions by letitz 2014-10-16 15:51:31 -0400
  • 6194b37 Solved Filling Jars by Titouan Rigoudy 2014-09-27 12:37:40 -0400
  • b635aaa Fixed Manasa and Stones by Titouan Rigoudy 2014-09-27 12:37:30 -0400
  • 7818adc Solved Sherlock and the Beast by Titouan Rigoudy 2014-09-27 12:30:42 -0400
  • 26ce808 Solved Manasa and Stones by Titouan Rigoudy 2014-09-27 02:41:54 -0400
  • 8a8c8b4 Solved Sherlock and GCD by Titouan Rigoudy 2014-09-27 02:18:37 -0400
  • 258be5e Add error messages to hr by Titouan Rigoudy 2014-09-27 02:18:26 -0400
  • e58fb82 Solved Chocolate Feast (really) by Titouan Rigoudy 2014-09-27 02:18:14 -0400
  • 4d0be1b Solved Chocolate Feast by Titouan Rigoudy 2014-09-27 02:08:59 -0400
  • 6c37293 Solved Cut the Sticks by Titouan Rigoudy 2014-09-27 01:50:04 -0400
  • 96a79e1 Fixed comma extension tabs by Titouan Rigoudy 2014-09-27 01:33:01 -0400
  • 3ab1014 Converted tabs to spaces (eww tabs) by Titouan Rigoudy 2014-09-27 01:31:05 -0400
  • f2c49d8 Added hr script to bootstrap challenges by Titouan Rigoudy 2014-09-27 01:25:38 -0400
  • d4c6b19 Solved Gamed Of Thrones 1 by Titouan Rigoudy 2014-09-27 01:25:14 -0400
  • d178fa8 Solved Gem Stones by Titouan Rigoudy 2014-09-27 01:25:01 -0400
  • b068e69 Solved Halloween Party by Titouan Rigoudy 2014-09-27 01:24:51 -0400
  • e4fcc79 Solved Maximizing XOR by Titouan Rigoudy 2014-09-27 00:49:34 -0400
  • afe5732 Added urls by Titouan Rigoudy 2014-09-27 00:29:21 -0400
  • f91cdbf Solved Love Letter by Titouan Rigoudy 2014-09-27 00:26:54 -0400
  • 4264b0a Solved Service Lane by Titouan Rigoudy 2014-09-27 00:17:25 -0400
  • eb7cc37 Create README.md by letitz 2014-09-26 23:55:37 -0400
  • af33d42 Solved Utopian Tree by Titouan Rigoudy 2014-09-26 23:50:42 -0400
  • a37e5d2 Added rudimentary gitignore by Titouan Rigoudy 2014-09-26 23:50:13 -0400