Danielhao5's Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Beginner | Most frequent digit in number | counting numbers Counter |
| Beginner | Major and minor numbers | min numbers collections max |
| Beginner | Armstrong numbers | numbers algorithms |
| Intermediate | Count the number of islands in a grid | looping algorithms string |
| Intermediate | Optimal fund raising | math looping algorithms |
| Intermediate | Measure the size of an island | math looping algorithms |
| Intermediate | Find common words | string matching algorithms set operations |
| Intermediate | Number conversion problem | numbers recursion algorithms |
| Intermediate | Pascal triangle | Pascal algorithms |
| Intermediate | Searching for an apartment | algorithms |
| Advanced | Number transformers | numbers algorithms |
| Advanced | Shortest path (graph bite) | graph computer science algorithms |
| Advanced | Number of coin changes | dynamic programming algorithms |