{"id":31225215,"url":"https://github.com/kartheekcic/hackerrank_solutions","last_synced_at":"2025-09-22T00:41:58.936Z","repository":{"id":39566320,"uuid":"140273590","full_name":"KARTHEEKCIC/Hackerrank_solutions","owner":"KARTHEEKCIC","description":"This repository contains the solution to a bunch of hackerrank problems that I have solved.","archived":false,"fork":false,"pushed_at":"2022-06-25T14:53:18.000Z","size":9137,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-08T17:32:40.716Z","etag":null,"topics":["algorithms","data-structures","programming"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KARTHEEKCIC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-09T11:05:57.000Z","updated_at":"2022-06-24T15:30:43.000Z","dependencies_parsed_at":"2022-07-28T00:17:22.790Z","dependency_job_id":null,"html_url":"https://github.com/KARTHEEKCIC/Hackerrank_solutions","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/KARTHEEKCIC/Hackerrank_solutions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KARTHEEKCIC%2FHackerrank_solutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KARTHEEKCIC%2FHackerrank_solutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KARTHEEKCIC%2FHackerrank_solutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KARTHEEKCIC%2FHackerrank_solutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KARTHEEKCIC","download_url":"https://codeload.github.com/KARTHEEKCIC/Hackerrank_solutions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KARTHEEKCIC%2FHackerrank_solutions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276329459,"owners_count":25623326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-21T02:00:07.055Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms","data-structures","programming"],"created_at":"2025-09-22T00:41:57.318Z","updated_at":"2025-09-22T00:41:58.923Z","avatar_url":"https://github.com/KARTHEEKCIC.png","language":"C++","readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://www.hackerrank.com/rshaghoulian\"\u003e\n        \u003cimg height=85 src=\"https://d3keuzeb2crhkn.cloudfront.net/hackerrank/assets/styleguide/logo_wordmark-f5c5eb61ab0a154c3ed9eda24d0b9e31.svg\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n* [10 Days of Statistics](#10-days-of-statistics)\n* [Algorithms](#algorithms)\n* [Data Structures](#data-structures)\n\nSolutions are coded using C++\n\n# 10 Days of Statistics\n\n| Day |                                                          Challenge                                                         | Points |                                                                                          Solution                                                                                         |\n|:---:|:--------------------------------------------------------------------------------------------------------------------------:|:------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|\n|  0  | [Mean, Median, and Mode](https://www.hackerrank.com/challenges/s10-basic-statistics)                                       |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day0/%20Mean%20Median%20Mode/solution.cpp) |\n|  0  | [Weighted Mean](https://www.hackerrank.com/challenges/s10-weighted-mean)                                                   |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day0/Weighted%20Mean/solution.cpp)   \t\t |\n|  1  | [Quartiles](https://www.hackerrank.com/challenges/s10-quartiles)                                                           |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day1/Quartile/solution.cpp)       |\n|  1  | [Interquartile Range](https://www.hackerrank.com/challenges/s10-interquartile-range)                                       |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day1/Interquartile%20Range/solution.cpp)   |\n|  1  | [Standard Deviation](https://www.hackerrank.com/challenges/s10-standard-deviation)                                         |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day1/Standard%20Deviation/solution.cpp)    |\n|  2  | [Basic Probability](https://www.hackerrank.com/challenges/s10-mcq-1)                                                       |   10   | [solution](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day2/Basic%20Probability/solution.txt)|\n|  2  | [More Dice](https://www.hackerrank.com/challenges/s10-mcq-2)                                                               |   10   | [solution](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day2/More%20Dice/solution.txt)        |\n|  2  | [Compound Event Probability](https://www.hackerrank.com/challenges/s10-mcq-3)                                              |   10   | [solution](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day2/Compound%20Event%20Probability/solution.txt)     |\n|  3  | [Conditional Probability](https://www.hackerrank.com/challenges/s10-mcq-4)                                                 |   10   | [solution](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day3/Conditional%20Probability/solution.txt)   |\n|  3  | [Cards of the Same Suit](https://www.hackerrank.com/challenges/s10-mcq-5)                                                  |   10   | [solution](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day3/Cards%20of%20the%20Same%20Suit/solution.txt)     |\n|  3  | [Drawing Marbles](https://www.hackerrank.com/challenges/s10-mcq-6)                                                         |   10   | [solution](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day3/Drawing%20Marbles/solution.txt)|\n|  4  | [Binomial Distribution I](https://www.hackerrank.com/challenges/s10-binomial-distribution-1)                               |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day4/%20Binomial%20Distribution%20I/solution.cpp)                     |\n|  4  | [Binomial Distribution II](https://www.hackerrank.com/challenges/s10-binomial-distribution-2)                              |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day4/Binomial%20Distribution%20II/solution.cpp)                    |\n|  4  | [Geometric Distribution I](https://www.hackerrank.com/challenges/s10-geometric-distribution-1)                             |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day4/Geometric%20Distribution%20I/solution.cpp)                    |\n|  4  | [Geometric Distribution II](https://www.hackerrank.com/challenges/s10-geometric-distribution-2)                            |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day4/Geometric%20Distribution%20II/solution.cpp)                   |\n|  5  | [Poisson Distribution I](https://www.hackerrank.com/challenges/s10-poisson-distribution-1)                                 |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day5/Poisson%20Distribution%20I/solution.cpp)                      |\n|  5  | [Poisson Distribution II](https://www.hackerrank.com/challenges/s10-poisson-distribution-2)                                |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day5/Poisson%20Distribution%20II/solution.cpp)                     |\n|  5  | [Normal Distribution I](https://www.hackerrank.com/challenges/s10-normal-distribution-1)                                   |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day5/Normal%20Distribution%20I/solution.cpp)                       |\n|  5  | [Normal Distribution II](https://www.hackerrank.com/challenges/s10-normal-distribution-2)                                  |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day5/Normal%20Distribution%20II/solution.cpp)                      |\n|  6  | [The Central Limit Theorem I](https://www.hackerrank.com/challenges/s10-the-central-limit-theorem-1)                       |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day6/The%20Central%20Limit%20Theorem%20I/solution.cpp)             |\n|  6  | [The Central Limit Theorem II](https://www.hackerrank.com/challenges/s10-the-central-limit-theorem-2)                      |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day6/The%20Central%20Limit%20Theorem%20II/solution.cpp)            |\n|  6  | [The Central Limit Theorem III](https://www.hackerrank.com/challenges/s10-the-central-limit-theorem-3)                     |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day6/The%20Central%20Limit%20Theorem%20III/solution.cpp)           |\n|  7  | [Pearson Correlation Coefficient I](https://www.hackerrank.com/challenges/s10-pearson-correlation-coefficient)             |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day7/Pearson%20Correlation%20Coefficient%20I/solution.cpp)         |\n|  7  | [Spearman's Rank Correlation Coefficient](https://www.hackerrank.com/challenges/s10-spearman-rank-correlation-coefficient) |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day7/Spearman's%20Rank%20Correlation%20Coefficient/solution.cpp) |\n|  8  | [Least Square Regression Line](https://www.hackerrank.com/challenges/s10-least-square-regression-line)                     |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day8/Least%20Square%20Regression%20Line/solution.cpp)              |\n|  8  | [Pearson Correlation Coefficient II](https://www.hackerrank.com/challenges/s10-mcq-7)                                      |   30   | [solution](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day8/Pearson%20Correlation%20Coefficient%20II/solution.txt)              |\n|  9  | [Multiple Linear Regression](https://www.hackerrank.com/challenges/s10-multiple-linear-regression)                         |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/10_days_of_stats/Day9/Multiple%20Linear%20Regression/solution.cpp)                  |\n\n\n# Algorithms\n\n|        Subdomain        |                                                              Challenge                                                              | Points |                                                                                  Solution                                                                                 |\n|:-----------------------:|:-----------------------------------------------------------------------------------------------------------------------------------:|:------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|\n|         Sorting         | [Correctness and the Loop Invariant](https://www.hackerrank.com/challenges/correctness-invariant/problem?h_r=internal-search)                                                        |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Sorting/Correctness%20and%20Loop%20Invariant/solution.cpp)                          |\n|         Sorting         | [Insertion Sort - Part 1](https://www.hackerrank.com/challenges/insertionsort1)                                                     |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Sorting/Insertion%20Sort-1/solution.cpp)                        |\n|         Sorting         | [Insertion Sort - Part 2](https://www.hackerrank.com/challenges/insertionsort2)                                                     |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Sorting/Insertion%20Sort-2/solution.cpp)                        |\n|         Sorting         | [Running Time of Algorithms](https://www.hackerrank.com/challenges/runningtime)                                                     |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Sorting/Running%20Time%20of%20Algorithms/solution.cpp)                       |\n|         Strings         | [HackerRank in a String!](https://www.hackerrank.com/challenges/hackerrank-in-a-string/problem?h_r=internal-search)                                                              |   20   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Strings/Hackerrank%20In%20a%20String/solution.cpp)                                       |\n|         Strings         | [Making Anagrams](https://www.hackerrank.com/challenges/making-anagrams/problem?h_r=internal-search)                                                              |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Strings/Making%20Anagrams/solution.cpp)                                       |\n|         Graph Theory         | [Breadth First Search: Shortest Reach](https://www.hackerrank.com/challenges/bfsshortreach/problem?h_r=internal-search)                                                              |   55   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Graph%20Theory/Breadth%20First%20Search/solution.cpp)                                       |\n|         Graph Theory         | [Even Tree](https://www.hackerrank.com/challenges/even-tree/problem?h_r=internal-search)                                                              |   50   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Graph%20Theory/Even%20Tree/solution.cpp)                                       |\n|         Graph Theory         | [Journey to the Moon](https://www.hackerrank.com/challenges/journey-to-the-moon/problem?h_r=internal-search)                                                              |   50   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Graph%20Theory/Journey%20To%20Moon/solution.cpp)                                       |\n|         Graph Theory         | [Kruskal (MST): Really Special Subtree](https://www.hackerrank.com/challenges/kruskalmstrsub/problem?h_r=internal-search)                                                              |   50   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Graph%20Theory/Krushkal%20MST/solution.cpp)                                       |\n|         Graph Theory         | [Prim's (MST) : Special Subtree](https://www.hackerrank.com/challenges/primsmstsub/problem?h_r=internal-search)                                                              |   60   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Graph%20Theory/Prim's%20MST/solution.cpp)                                       |\n|         Graph Theory         | [Roads and Libraries](https://www.hackerrank.com/challenges/torque-and-development/problem?h_r=internal-search)                                                              |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Graph%20Theory/Roads%20And%20Libraries/solution.cpp)                                       |\n|         Implementation         | [Angry Professor](https://www.hackerrank.com/challenges/angry-professor/problem?h_r=internal-search)                                                              |   20   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Implementation/Angry%20Professor/solution.cpp)                                       |\n|         Implementation         | [Apple and Orange](https://www.hackerrank.com/challenges/apple-and-orange/problem?h_r=internal-search)                                                              |   10   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Implementation/Apple%20and%20Orange/solution.cpp)                                       |\n|         Implementation         | [Between Two Sets](https://www.hackerrank.com/challenges/between-two-sets/problem?h_r=internal-search)                                                              |   10   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Implementation/Between%20Two%20Sets/solution.cpp)                                       |\n|         Implementation         | [Bon Appétit](https://www.hackerrank.com/challenges/bon-appetit/problem?h_r=internal-search)                                                              |   10   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Implementation/Bon%20App%C3%A9tit/solution.cpp)                                       |\n|         Implementation         | [Circular Array Rotation](https://www.hackerrank.com/challenges/circular-array-rotation/problem?h_r=internal-search)                                                              |   20   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Implementation/Circular%20Array%20Rotation/solution.cpp)                                       |\n|         Implementation         | [Day of the Programmer](https://www.hackerrank.com/challenges/day-of-the-programmer/problem?h_r=internal-search)                                                              |   15   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Implementation/Day%20of%20the%20Programmer/solution.cpp)                                       |\n|         Implementation         | [Designer PDF Viewer](https://www.hackerrank.com/challenges/designer-pdf-viewer/problem?h_r=internal-search)                                                              |   20   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Implementation/Designer%20PDF%20Viewer/solution.cpp)                                       |\n|         Implementation         | [Divisible Sum Pairs](https://www.hackerrank.com/challenges/divisible-sum-pairs/problem?h_r=internal-search)                                                              |   10   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Implementation/Divisible%20Sum%20Pairs/solution.cpp)                                       |\n|         Implementation         | [Grading Students](https://www.hackerrank.com/challenges/grading/problem?h_r=internal-search)                                                              |   10   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Implementation/Grading%20Students/solution.cpp)                                       |\n|         Implementation         | [Kangaroo](https://www.hackerrank.com/challenges/kangaroo/problem?h_r=internal-search)                                                              |   10   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Implementation/Kangaroo/solution.cpp)                                       |\n|         Implementation         | [Forming a Magic Square](https://www.hackerrank.com/challenges/magic-square-forming/problem)                                                              |   20   | [solution.py](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Implementation/Forming%20a%20Magic%20Square/magic_square.py)\n|         Implementation         | [Picking Numbers](https://www.hackerrank.com/challenges/picking-numbers/problem?isFullScreen=false)                                                              |   20   | [solution.py](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Implementation/Picking%20Numbers/solution.py)                                       |\n|         Warmup         | [A Very Big Sum](https://www.hackerrank.com/challenges/a-very-big-sum/problem?h_r=internal-search)                                                              |   10   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Warm%20Up/A%20very%20big%20sum/solution.cpp)                                       |\n|         Warmup         | [Birthday Cake Candles](https://www.hackerrank.com/challenges/birthday-cake-candles/problem?h_r=internal-search)                                                              |   10   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Warm%20Up/Birthday%20Cake%20Candles/solution.cpp)                                       |\n|         Warmup         | [Compare the Triplets](https://www.hackerrank.com/challenges/compare-the-triplets/problem?h_r=internal-search)                                                              |   10   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Warm%20Up/Compare%20the%20Triplets/solution.cpp)                                       |\n|         Warmup         | [Diagonal Difference](https://www.hackerrank.com/challenges/diagonal-difference/problem?h_r=internal-search)                                                              |   10   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Warm%20Up/Diagonal%20Difference/solution.cpp)                                       |\n|         Warmup         | [Mini-Max Sum](https://www.hackerrank.com/challenges/mini-max-sum/problem?h_r=internal-search)                                                              |   10   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Warm%20Up/Min%20Max%20Sum/solution.cpp)                                       |\n|         Warmup         | [Plus Minus](https://www.hackerrank.com/challenges/plus-minus/problem?h_r=internal-search)                                                              |   10   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Warm%20Up/Plus%20Minus/solution.cpp)                                       |\n|         Warmup         | [Simple Array Sum](https://www.hackerrank.com/challenges/simple-array-sum/problem?h_r=internal-search)                                                              |   10   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Warm%20Up/Simple%20Array%20Sum/solution.cpp)                                       |\n|         Warmup         | [Solve Me First](https://www.hackerrank.com/challenges/solve-me-first/problem?h_r=internal-search)                                                              |   1   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Warm%20Up/Solve%20Me%20First/solution.cpp)                                       |\n|         Warmup         | [Staircase](https://www.hackerrank.com/challenges/staircase/problem?h_r=internal-search)                                                              |   10   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Warm%20Up/Staircase/solution.cpp)                                       |\n|         Warmup         | [Time Conversion](https://www.hackerrank.com/challenges/time-conversion/problem?h_r=internal-search)                                                              |   15   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Warm%20Up/Time%20Conversion/solution.cpp)                                       |\n|         Search         | [Ice Cream Parlor](https://www.hackerrank.com/challenges/icecream-parlor/problem?h_r=internal-search)                                                              |   30   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Search/Ice%20Cream%20Parlour/solution.cpp)                                       |\n|         Search         | [Missing Numbers](https://www.hackerrank.com/challenges/missing-numbers/problem?h_r=internal-search)                                                              |   45   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Search/Missing%20Numbers/solution.cpp)                                       |\n|         Dynamic Programming        | [Bricks Game](https://www.hackerrank.com/challenges/play-game/problem?h_r=internal-search)                                                              |   55   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Dynamic%20Programming/Bricks%20Game/solution.cpp)                                       |\n|         Dynamic Programming         | [Fibonacci Modified](https://www.hackerrank.com/challenges/fibonacci-modified/problem?h_r=internal-search)                                                              |   45   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Algorithms/Dynamic%20Programming/Fibonacci%20Modified/solution.cpp)                                       |\n\n# Data Structures\n\n|    Subdomain    |                                                                        Challenge                                                                       | Points |                                                                                                  Solution                                                                                                  |\n|:---------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------:|:------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|\n|      Arrays     | [Array Manipulation](https://www.hackerrank.com/challenges/crush/problem?h_r=internal-search)                                                                                         |   60   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Data%20Structures/Arrays/Array%20Manipulation/solution.cpp)                                                                   |\n|      Arrays     | [Sparse Arrays](https://www.hackerrank.com/challenges/sparse-arrays)                                                                                   |   25   | [solution.cpp](https://github.com/KARTHEEKCIC/Hackerrank_solutions/blob/master/Data%20Structures/Arrays/Sparse%20Arrays/solution.cpp)                                                                   |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkartheekcic%2Fhackerrank_solutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkartheekcic%2Fhackerrank_solutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkartheekcic%2Fhackerrank_solutions/lists"}