排序
Python Evaluation Hackerrank Solution
Python Evaluation Hackerrank Solution,for explanation watch video # Enter your code here. Read input from STDIN. Print output to STDOUT eval(input()) Enter fullscreen mode Exit ful...
Design Pattern Series – SOLID
Design Pattern Series - SOLID,First things first, why do we need Design Pattern ? we can get many answers for the above question, but the crux of Design pattern is as below Design ...
Leet Code – Binary Search
Leet Code - Binary Search,Problem Statement: Given an array of integers nums which is sorted in ascending order, and an integer target, write a function to search target in nums. I...
HackerRank | Count max concurrency of a word in given list of sentences
HackerRank | Count max concurrency of a word in given list of sentences,Hi Programmers, I hope you are doing well, so in todays session we are again back with a list question of py...