solution共14篇
Hackerrank Angry Professor Solutions-拾光赋

Hackerrank Angry Professor Solutions

Hackerrank Angry Professor Solutions,A Discrete Mathematics professor has a class of students. Frustrated with their lack of discipline, the professor decides to cancel class if fe...
kity的头像-拾光赋kity2年前
0265
Algorithm part-2 : Brackets Validation-拾光赋

Algorithm part-2 : Brackets Validation

Algorithm part-2 : Brackets Validation,Hello guys, Let's continue our algorithm series... Today i am going to show you how to solve valid Brackets problem. Let's discuss this probl...
kity的头像-拾光赋kity3年前
0277
Algorithm part-1 : Next Greater Element Algorithm-拾光赋

Algorithm part-1 : Next Greater Element Algorithm

Algorithm part-1 : Next Greater Element Algorithm,Today i am going to start a new series about algorithms and problem solving. I'll be posting about various problems with their sol...
kity的头像-拾光赋kity3年前
04614
longest common sequence leetcode-拾光赋

longest common sequence leetcode

longest common sequence leetcode,We are going to solve a Hard coding Problem longest common sequence leetcode. LeetCode Link of the Problem is HERE. It is one of the most difficult...
kity的头像-拾光赋kity3年前
0296
LeetCode - Contains Duplicate-拾光赋

LeetCode – Contains Duplicate

LeetCode - Contains Duplicate,Given an integer array nums, return true if any value appears at least twice in the array, and return false if every element is distinct. Example 1: I...
kity的头像-拾光赋kity3年前
0219
LeetCode - First Bad Version-拾光赋

LeetCode – First Bad Version

LeetCode - First Bad Version,You are a product manager and currently leading a team to develop a new product. Unfortunately, the latest version of your product fails the quality ch...
kity的头像-拾光赋kity3年前
04214
django.db.utils.ProgrammingError: column of relation

django.db.utils.ProgrammingError: column of relation “app_name__table” already exists

django.db.utils.ProgrammingError: column of relation 'app_name__table' already exists,Sometime we messed up with django migration and migrate process. Deleting migration file and r...
kity的头像-拾光赋kity3年前
0227
Subtract the Product and Sum of Digits of an Integer | Leetcode-拾光赋

Subtract the Product and Sum of Digits of an Integer | Leetcode

Subtract the Product and Sum of Digits of an Integer | Leetcode,Hey coders welcome to our new series of solving programming questions. So we are back with Leet Code solution in C++...
kity的头像-拾光赋kity3年前
02214
HackerRank Football Scores Python Solution-拾光赋

HackerRank Football Scores Python Solution

HackerRank Football Scores Python Solution,So Football Score problem is asked in many top level product base company like Meesho, Adobe etc. So here we have came across with the so...
kity的头像-拾光赋kity3年前
0418
Solution Convert List of String to Pair of String using Python. Example ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I']-拾光赋

Solution Convert List of String to Pair of String using Python. Example [‘A’, ‘B’, ‘C’, ‘D’, ‘E’, ‘F’, ‘G’, ‘H’, ‘I’]

Solution Convert List of String to Pair of String using Python. Example ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I'],Hi folks programmers, Today we are going to solve a problem of...
kity的头像-拾光赋kity3年前
04212
Leet Code - Remove Duplicates from Sorted Array-拾光赋

Leet Code – Remove Duplicates from Sorted Array

Leet Code - Remove Duplicates from Sorted Array,**`Given an integer array nums sorted in non-decreasing order, remove the duplicates in-place such that each unique element appears ...
kity的头像-拾光赋kity4年前
04812
Solution: The verse with the maximum number of appearances-拾光赋

Solution: The verse with the maximum number of appearances

Solution: The verse with the maximum number of appearances,Problem: Given a poem, with each verse on a new line, Find the verse (or verses) that have the maximum number of appearan...
kity的头像-拾光赋kity4年前
0349