Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evillegas92/qu-beyond-challenge
Word Finder
https://github.com/evillegas92/qu-beyond-challenge
Last synced: about 1 month ago
JSON representation
Word Finder
- Host: GitHub
- URL: https://github.com/evillegas92/qu-beyond-challenge
- Owner: evillegas92
- Created: 2021-07-21T02:57:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T19:02:08.000Z (over 3 years ago)
- Last Synced: 2024-11-06T00:40:48.934Z (3 months ago)
- Language: C#
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QU-Beyond-Challenge
Word Finder Challenge for QU Beyond by Esteban Villegas.The implementation of the Word Finder algorithm is found in the WordFinder.cs class, inside the WordFinder.BL project.
To test the algorithm please run the unit tests in the WordFinder.BL.Tests project.