https://github.com/joannajjliu/code-challenges
https://github.com/joannajjliu/code-challenges
challenges-solved
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/joannajjliu/code-challenges
- Owner: joannajjliu
- Created: 2020-10-25T16:17:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-07T03:13:25.000Z (over 5 years ago)
- Last Synced: 2025-02-02T11:28:44.539Z (over 1 year ago)
- Topics: challenges-solved
- Language: TypeScript
- Homepage:
- Size: 3.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solution to Practice Kattis Programming Challenges
- Most solutions are in Javascript (Mozilla Spidermonkey or NodeJS)
- Spidermonkey is shown to have a faster runtime in the Kattis environment
- Also a few solutions in Python and C++ *(C++ on average has the fastest runtime in the Kattis test environment)*
## Node_Solutions folder
- This folder is slightly more unique since it also served as a practice folder for:
- Unit testing (/test folder has some simple chai tests)
- Typescript compiled to Javascript
- `npm install`, or `yarn install` node_modules
- [VS Code specific TS to JS compile instructions](https://code.visualstudio.com/docs/typescript/typescript-compiling)