https://github.com/rnelson/cassidoo
Solutions to Cassidoo's interview questions
https://github.com/rnelson/cassidoo
Last synced: 10 months ago
JSON representation
Solutions to Cassidoo's interview questions
- Host: GitHub
- URL: https://github.com/rnelson/cassidoo
- Owner: rnelson
- License: mit
- Created: 2024-08-05T14:50:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-29T17:50:25.000Z (12 months ago)
- Last Synced: 2025-07-29T20:24:44.506Z (12 months ago)
- Language: C#
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cassidoo Solutions
 
## About
I wanted to simplify participating in the weekly interview questions by having a single solution that's all set up for me to work from. This is that solution.
## Requirements
+ .NET 8
+ `ksh` to run ([oksh](https://github.com/ibara/oksh) recommended)
## Usage
1. Run a specific test with `./test.sh ` (e.g., `./test.sh Tests20240805`)
## License
This project is released under the [MIT License](http://rnelson.mit-license.org).