sahilbansal17 / Competitive_Coding

This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
GNU General Public License v3.0
407 stars 308 forks source link

Added 5 Solutions of Hackerrank Algorithm Section #615

Closed SaDevat closed 3 years ago

SaDevat commented 3 years ago

These 5 solutions though not high in difficulty give insight into which type of problems there exists in Greedy and Game Theory

1. Introduction to NIM Game (Game Theory) 2. Jim and the orders (Greedy) 3. Largest Permutation (Greedy) 4. Nimble Game (Game Theory) 5. Poker Nim (Game Theory)

SaDevat commented 3 years ago

@sahilbansal17 I have made additions to dsa_old, kindly check and merge the request