This commit is contained in:
Siyong 2020-06-16 18:55:53 -07:00
commit 4725e97aec
3 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2015 gatsbyjs Copyright (c) 2020 USACO
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View file

@ -8,7 +8,7 @@ prerequisites:
- (?) Silver - Data Structures - (?) Silver - Data Structures
--- ---
More advanced applications of data structures introduced in earlier divisions using USACO Gold Problems. More advanced applications of data structures introduced in earlier divisions.
<!-- END DESCRIPTION --> <!-- END DESCRIPTION -->

View file

@ -73,6 +73,7 @@ const ModuleOrdering = {
"dp-trees" "dp-trees"
] ]
}, },
"data-structures-gold",
"intro-nt", "intro-nt",
"bit", "bit",
], ],