| Challenge | Solution | Difficult Level |
|---|---|---|
| Solve Me First | solve_me_first.py | Easy |
| Simple Array Sum | simple_array_sum.py | Easy |
| Compare The Triplets | compare_triplets.py | Easy |
| A Very Big Sum | very_big_sum.py | Easy |
| Diagonal Difference | diagonal_difference.py | Easy |
| Plus Minus | plus_minus.py | Easy |
| Staircase | staircase.py | Easy |
| Mini-Max Sum | mini_max_sum.py | Easy |
| Time Conversion | time_conversion.py | Easy |
| Birthday Cake Candles | birthday_cake_candles.py | Easy |
| Challenge | Solution | Difficult Level |
|---|---|---|
| Grading Students | grading.py | Easy |
| Apple and Orange | apple_and_orange.py | Easy |
| Kangaroo | kangaroo.py | Easy |
| Between Two Sets | between_two_sets.py | Easy |
| Breaking the Records | breaking_best_and_worst_records.py | Easy |
| Birthday Chocolate | the_birthday_bar.py | Easy |
| Divisible Sum Pairs | divisible_sum_pairs.py | Easy |
| Migratory Birds | migratory_birds.py | Easy |
| Bon Appétit | bon_appetit.py | Easy |
| Sock Merchant | sock_merchant.py | Easy |
| Drawing Book | drawing_book.py | Easy |
| Challenge | Solution | Difficult Level |
|---|---|---|
| Arrays - DS | array_ds.py | Easy |
| 2D Array - DS | 2d_array.py | Easy |
| Dynamic Array | dynamic_array.py | Easy |
| Left Rotation | array_left_rotation.py | Easy |
| Sparse Arrays | sparse_arrays.py | Medium |
| Algorithmic Crush | crush.py | Hard |
| Challenge | Solution | Difficult Level |
|---|---|---|
| Tree: Preorder Traversal | preorder_traversal.py | Easy |
| Tree: Postorder Traversal | postorder_traversal.py | Easy |
| Tree: Inorder Traversal | inorder_traversal.py | Easy |
| Tree: Height of a Binary Tree | height_of_binary_tree.py | Easy |
| Tree : Top View | tree_top_view.cpp | Easy |
Feel free to contribute !!