Manshi Mohanta (Manshi-M)

Manshi-M

Geek Repo

Location:Bhubaneswar, Odisha, India

Github PK Tool:Github PK Tool

Manshi Mohanta's repositories

HackerRank

HackerRank solutions in C/Java/JavaScript/Python/SQL

Language:JavaScriptStargazers:1Issues:0Issues:0
Language:JavaScriptStargazers:1Issues:0Issues:0

The-color-game

RGB color guessing game

Language:JavaScriptStargazers:1Issues:0Issues:0
Stargazers:0Issues:0Issues:0
Language:JavaStargazers:1Issues:0Issues:0

Sorting-Comparator

The players are first sorted by decreasing score and then sorted alphabetically by name.

Language:JavaStargazers:0Issues:0Issues:0

The-Good-Ranges

Consider you have a set A. A Good Range is the largest range that contains only one element from the set A. Now you are provided with the number range 1 to N and M queries. In each query, an integer X is added to set and for each query, you have to output the sum of left and right border indices of all the Good Ranges. For example. N = 10, and in the first query 2 is added to set A. The Good Ranges contain the range [1,10] and the sum is 11. Here [2,2] is also a range containing only one element from the set but it isn't the largest one. Now suppose 5 is added to the set, then the largest range containing only 2 is [1,4] and largest containing only is [3,10], so the sum is 1+4+3+10=18

Language:CStargazers:1Issues:0Issues:0

getting-started-inner-source

䷃ A InnerSource roadmap with guidelines, recipes, and measures of success.

License:MITStargazers:0Issues:0Issues:0

Minesweeper-Game

You are presented with a field of squares. Some squares contain mines (bombs), others don't. If you click on a square containing a bomb, you lose. If you manage to click all the squares (without clicking on any bombs) you win.

Language:CStargazers:1Issues:0Issues:0