Titouan Rigoudy
|
626654ae69
|
Use interval tree and square root of n amortized approach. Wrong answer and same timeout though
|
11 years ago |
Titouan Rigoudy
|
70697e7afc
|
Better makefile, use %.o rule
|
11 years ago |
Titouan Rigoudy
|
bcddc575e2
|
Use segment tree and flatten each sqrt(n), still too slow -> have to switch to interval tree
|
11 years ago |
Titouan Rigoudy
|
7d4b46b17d
|
Added C11 flag to makefile
|
11 years ago |
Titouan Rigoudy
|
eaa09ac96c
|
Broke off Fenwick tree code
|
11 years ago |
Titouan Rigoudy
|
55b3dcdeba
|
Changed wording
|
11 years ago |
Titouan Rigoudy
|
0539ee7989
|
Changed from fenwick trees to segment trees, still not fast enough
|
11 years ago |
Titouan Rigoudy
|
3c66cad684
|
Increased buffer size to 10MB, allocated on the heap
|
11 years ago |
Titouan Rigoudy
|
5ace988853
|
Instead of calling fgets for every line, call read once and strtok for each line
|
11 years ago |
Titouan Rigoudy
|
c5445b6209
|
Moved v calculation to fenwick tree, always update v on power update
|
11 years ago |
Titouan Rigoudy
|
e27bd82997
|
Update every p sequentially but use fenwick tree for sums of p
|
11 years ago |
Titouan Rigoudy
|
7d8666aa45
|
Use Fenwick tree for powers, still too slow
|
11 years ago |
Titouan Rigoudy
|
6502f6a60f
|
Moved to longs, added struct adp, changed strtok_r to strtok
|
11 years ago |
Titouan Rigoudy
|
7e42d6886e
|
C program looks like it works
|
11 years ago |
Titouan Rigoudy
|
916c699b90
|
Added handle_query
|
11 years ago |
Titouan Rigoudy
|
c7d4c5c5b7
|
Added read_adp
|
11 years ago |
Titouan Rigoudy
|
284a955bf2
|
Started work on C arithmetic progressions
|
11 years ago |
Titouan Rigoudy
|
479ca3f6f8
|
Ignore hidden fuse files
|
11 years ago |
letitz
|
01bf19f1b8
|
Correct but slow solution to arithmetic_progressions
|
11 years ago |
Titouan Rigoudy
|
6194b3796f
|
Solved Filling Jars
|
11 years ago |
Titouan Rigoudy
|
b635aaab64
|
Fixed Manasa and Stones
|
11 years ago |
Titouan Rigoudy
|
7818adc9a1
|
Solved Sherlock and the Beast
|
11 years ago |
Titouan Rigoudy
|
26ce808c06
|
Solved Manasa and Stones
|
11 years ago |
Titouan Rigoudy
|
8a8c8b4dba
|
Solved Sherlock and GCD
|
11 years ago |
Titouan Rigoudy
|
258be5e56a
|
Add error messages to hr
|
11 years ago |
Titouan Rigoudy
|
e58fb82862
|
Solved Chocolate Feast (really)
|
11 years ago |
Titouan Rigoudy
|
4d0be1b7b0
|
Solved Chocolate Feast
|
11 years ago |
Titouan Rigoudy
|
6c37293177
|
Solved Cut the Sticks
|
11 years ago |
Titouan Rigoudy
|
96a79e19a2
|
Fixed comma extension tabs
|
11 years ago |
Titouan Rigoudy
|
3ab10148e7
|
Converted tabs to spaces (eww tabs)
|
11 years ago |
Titouan Rigoudy
|
f2c49d81f2
|
Added hr script to bootstrap challenges
|
11 years ago |
Titouan Rigoudy
|
d4c6b19c75
|
Solved Gamed Of Thrones 1
|
11 years ago |
Titouan Rigoudy
|
d178fa815c
|
Solved Gem Stones
|
11 years ago |
Titouan Rigoudy
|
b068e69116
|
Solved Halloween Party
|
11 years ago |
Titouan Rigoudy
|
e4fcc79687
|
Solved Maximizing XOR
|
11 years ago |
Titouan Rigoudy
|
afe5732c5a
|
Added urls
|
11 years ago |
Titouan Rigoudy
|
f91cdbf18b
|
Solved Love Letter
|
11 years ago |
Titouan Rigoudy
|
4264b0a899
|
Solved Service Lane
|
11 years ago |
Titouan Rigoudy
|
eb7cc3779c
|
Create README.md
|
11 years ago |
Titouan Rigoudy
|
af33d4221c
|
Solved Utopian Tree
|
11 years ago |
Titouan Rigoudy
|
a37e5d26af
|
Added rudimentary gitignore
|
11 years ago |