https://github.com/ss18/topcoders
TopCoders problems
https://github.com/ss18/topcoders
Last synced: 7 months ago
JSON representation
TopCoders problems
- Host: GitHub
- URL: https://github.com/ss18/topcoders
- Owner: ss18
- Created: 2015-03-26T17:33:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-29T19:43:11.000Z (over 11 years ago)
- Last Synced: 2024-12-29T03:27:50.223Z (over 1 year ago)
- Language: Java
- Size: 133 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TopCoders README
====================================================
- **Version:** 1.0.0
- **Author:** Semen Zhydenko
====================================================
Info
--------------------------------------------------------------
AlphabetPath.java - SRM 523 DIV 2, 250 points Problem, Time complexity O(n).
BridgeCrossing.java - SRM 146 DIV 2, 1000 points Problem , Time complexity O(n^(n^3)).
BridgeCrossingOptimized.java - SRM 146 DIV 2, 1000 points Problem , Time complexity O(n^(n^2)).
BridgeCrossingBest.java - SRM 146 DIV 2, 1000 points Problem , Time complexity O(n).