https://github.com/felipeaz/vowel-subset
https://github.com/felipeaz/vowel-subset
challenge golang
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/felipeaz/vowel-subset
- Owner: felipeaz
- Created: 2021-12-28T16:24:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T23:43:05.000Z (over 3 years ago)
- Last Synced: 2025-01-07T05:21:59.385Z (4 months ago)
- Topics: challenge, golang
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vowel-subset
This algorithm uses Thread-Pool to solve the Vowel Subset problem. This problem consists in finding the subset of size K with most vowels in it.