An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Cassidoo Solutions

![Build status](https://github.com/rnelson/Cassidoo/actions/workflows/dotnet.yml/badge.svg) ![GitHub License](https://img.shields.io/github/license/rnelson/Cassidoo)

## 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).