exercism / exercism/problem-specifications
Animal shelter
Offen
new exercise idea
- Vorherrschende Sprache
- Ruby
- Sterne
- 358
- Forks
- 563
- Ø Merge
- 18 Std. 41 Min.
- Gemergte PRs (30 T.)
- 2
Beschreibung
Not my idea, I've seen this one in `Cracking the code interview`. To put it simple, the shelter works as a queue and is filled with cats and dogs. If you want to adopt an animal, you will have two options:
- the oldest animal (any animal)
- choose the oldest cat or dog
I like it because you'll have to implement a queue-like data structure, it doesn't matter if you use arrays or linked lists (or whatever you want to list here).
If you like this exercise, I can create a PR (maybe in a week from now, no promises).
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.