Benjamin Qi
|
ee4e9e7762
|
edit descriptions
|
2020-06-22 15:59:16 -04:00 |
|
Nathan Wang
|
376f287245
|
Merge branch 'master' of https://github.com/thecodingwizard/usaco-guide
|
2020-06-22 10:57:04 -07:00 |
|
Nathan Wang
|
71024e951f
|
fix mdx formatting
|
2020-06-22 10:56:41 -07:00 |
|
|
9cd8c6f76a
|
added my section to DSU, wrote mod expo in Intro_NT
|
2020-06-22 11:31:47 -05:00 |
|
Benjamin Qi
|
ad168e80cf
|
rearrange all, transfer descriptions
|
2020-06-22 10:26:06 -04:00 |
|
Nathan Wang
|
b80510e284
|
add optional block; update info block
|
2020-06-21 21:00:36 -07:00 |
|
Nathan Wang
|
c686b20cfa
|
add optional component
|
2020-06-21 20:51:48 -07:00 |
|
Benjamin Qi
|
94f295778e
|
+ 1DSRQ, modify intro
|
2020-06-21 23:32:32 -04:00 |
|
Benjamin Qi
|
6968f74722
|
transfer "about this"
|
2020-06-21 22:16:01 -04:00 |
|
Benjamin Qi
|
d372ac42d0
|
Merge branch 'master' of https://github.com/thecodingwizard/usaco-guide
|
2020-06-21 21:45:25 -04:00 |
|
Benjamin Qi
|
dca5e9cd32
|
Add CSES probs, rearrange
|
2020-06-21 21:45:24 -04:00 |
|
Nathan Wang
|
f427567790
|
migrate remaining files from .js to .ts
|
2020-06-21 16:09:50 -07:00 |
|
Benjamin Qi
|
c1b7f140e9
|
move cycs to gold
|
2020-06-20 18:27:52 -04:00 |
|
|
fbddb044a1
|
Update Running_Cpp.md
|
2020-06-19 16:31:29 -05:00 |
|
Benjamin Qi
|
ae292980c1
|
remove endl
|
2020-06-18 21:38:30 -04:00 |
|
Benjamin Qi
|
617171ed7f
|
update running cpp
|
2020-06-18 21:36:02 -04:00 |
|
Jonathan Paulson
|
4294b43129
|
Take out 32-bit integers and modular arithmetic from Data_Types.
|
2020-06-18 21:25:14 -04:00 |
|
Jonathan Paulson
|
87a97edd23
|
s/c++14/c++17
|
2020-06-18 21:17:12 -04:00 |
|
Jonathan Paulson
|
be3daa76c2
|
Merge branch 'master' of github.com:thecodingwizard/usaco-guide
|
2020-06-18 21:15:30 -04:00 |
|
Jonathan Paulson
|
7d595d7dba
|
Explain various C++ flags
|
2020-06-18 21:15:19 -04:00 |
|
Benjamin Qi
|
86f6584330
|
Merge branch 'master' of https://github.com/thecodingwizard/usaco-guide
|
2020-06-18 21:15:15 -04:00 |
|
Benjamin Qi
|
01a6ed8d06
|
clean up intro
|
2020-06-18 21:15:13 -04:00 |
|
Jonathan Paulson
|
c19a3a84d9
|
Add endl in sample code.
|
2020-06-18 21:03:13 -04:00 |
|
Benjamin Qi
|
fea6ff643b
|
Merge branch 'master' of https://github.com/thecodingwizard/usaco-guide
|
2020-06-18 20:11:57 -04:00 |
|
Benjamin Qi
|
5f16a8a8cd
|
minor
|
2020-06-18 20:11:19 -04:00 |
|
|
900dd09cd6
|
Update Input_Output.md
|
2020-06-18 14:19:44 -05:00 |
|
Nathan Wang
|
4083bbf72e
|
add description field
|
2020-06-18 10:08:18 -07:00 |
|
Nathan Wang
|
42d6643285
|
convert details to spoiler tag
|
2020-06-17 16:10:45 -07:00 |
|
Nathan Wang
|
d5a419f5b9
|
merge conflict
|
2020-06-17 15:18:48 -07:00 |
|
Nathan Wang
|
76f66a88cc
|
migrate to gatsby mdx
|
2020-06-17 15:18:07 -07:00 |
|
|
75742f0a69
|
minor fix
|
2020-06-17 13:47:10 -05:00 |
|
|
ab02143af0
|
fixed merge conflict
|
2020-06-17 13:44:59 -05:00 |
|
|
0693a604f0
|
tested/changed code, all works now
|
2020-06-17 13:42:42 -05:00 |
|
Benjamin Qi
|
bb202d94a6
|
modify intro / general
|
2020-06-17 14:05:19 -04:00 |
|
summitwei
|
5a1dcccae6
|
added some problems
|
2020-06-17 14:05:00 -04:00 |
|
Nathan Wang
|
124d11134b
|
add missing semicolon
|
2020-06-16 20:27:48 -07:00 |
|
Nathan Wang
|
0390bd61d5
|
Merge branch 'master' of https://github.com/thecodingwizard/usaco-training-2.0
|
2020-06-16 20:25:37 -07:00 |
|
Nathan Wang
|
470d49cb61
|
remove about this guide
|
2020-06-16 20:25:28 -07:00 |
|
Siyong
|
0ce2f6bcb7
|
Update Sorting_Custom.md
|
2020-06-16 19:49:41 -07:00 |
|
Siyong
|
8772d3169b
|
Update Sorting_Custom.md
|
2020-06-16 19:43:31 -07:00 |
|
|
21dcd332d6
|
rearrange containers
|
2020-06-16 21:14:52 -05:00 |
|
|
9fc00032f6
|
exponent
|
2020-06-16 21:04:48 -05:00 |
|
|
74032191d6
|
Merge branch 'master' of https://github.com/thecodingwizard/usaco-guide
|
2020-06-16 21:03:06 -05:00 |
|
|
1a5c9113d7
|
extra SPACE LOL
|
2020-06-16 21:02:55 -05:00 |
|
Siyong
|
a8d0545b02
|
Update Sorting_Custom.md
|
2020-06-16 18:56:34 -07:00 |
|
Siyong
|
4725e97aec
|
Merge branch 'master' of https://github.com/thecodingwizard/usaco-guide
|
2020-06-16 18:55:53 -07:00 |
|
Siyong
|
1f243cfa35
|
Update Sorting_Custom.md
|
2020-06-16 18:55:44 -07:00 |
|
|
fe14542319
|
Merge branch 'master' of https://github.com/thecodingwizard/usaco-guide
|
2020-06-16 20:51:42 -05:00 |
|
|
dedf6d5645
|
changed desc.
|
2020-06-16 20:51:27 -05:00 |
|
Nathan Wang
|
168ac63461
|
Merge branch 'master' of https://github.com/thecodingwizard/usaco-training-2.0
|
2020-06-16 18:49:25 -07:00 |
|