List of ICPC Challenges: Difference between revisions
From charlesreid1
(Created page with "ACM = Association of Computing Machinery ICPC = Intercollegiate Competitive Programming Competition ==Links== Pacific Northwest 2016 Division Competition: http://www.acmicp...") |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
==Links== | ==Links== | ||
Pacific Northwest 2016 Division Competition: http://www.acmicpc-pacnw.org/results.htm | Pacific Northwest 2016 Division Competition: | ||
* Link to website: http://www.acmicpc-pacnw.org/results.htm | |||
* Division 1 (more challenging) problems: http://www.acmicpc-pacnw.org/ProblemSet/2016/div1.pdf | * Division 1 (more challenging) problems: http://www.acmicpc-pacnw.org/ProblemSet/2016/div1.pdf | ||
* Notes on problems: [[ICPC PNW 2016]] | |||
(Note: the list on this page goes all the way back to 1994) | (Note: the list on this page goes all the way back to 1994) | ||
{{CPFlag}} | |||
Latest revision as of 21:26, 24 May 2017
ACM = Association of Computing Machinery
ICPC = Intercollegiate Competitive Programming Competition
Links
Pacific Northwest 2016 Division Competition:
- Link to website: http://www.acmicpc-pacnw.org/results.htm
- Division 1 (more challenging) problems: http://www.acmicpc-pacnw.org/ProblemSet/2016/div1.pdf
- Notes on problems: ICPC PNW 2016
(Note: the list on this page goes all the way back to 1994)
| Computer Science notes on computer science topics on the wiki, for educational and learning purposes
Part of the 2017 CS Study Plan.
Python/Exceptions · Python/Assertions · Python/Decorators Python/Os (os module) · Python/Strings Python/Splat · Python/Iterators · Python/Generators Python/Comparators · Python/Lambdas
Builtin features of Java: Java/Exceptions · Java/Assertions · Java/Memory · Java/Interfaces Java/Generics · Java/Decorators · Java/Diamond Notation Java/Iterators · Java/Iterable · Iterators vs Iterable Java/Comparators · Java/Comparable · Comparators vs Comparable Java/Numeric · Java/TypeChecking · Java/Testing · Java/Timing · Java/Profiling Documentation: Javadocs · Java/Documentation Tools and functionality: Java/URLs · Java/CSV External libraries: Guava · Fastutil · Eclipse Collections OOP: OOP Checklist · Java/Abstract Class · Java/Encapsulation · Java/Generics
|
See also: