Algo/DS/Problems
Following blogs belong to this category
InterviewBit - Find duplicates in Array
by ne on 2021-09-29 under Algo/DS/Problems
solution to interview bit finding duplicates in array
by ne on 2021-09-29 under Algo/DS/Problems
solution to interviewbit prime sum problem
InterviewBit - Min steps in infinite grid
by ne on 2021-09-29 under Algo/DS/Problems
solution to interview bit min steps in infinite grid problem
by ne on 2022-02-16 under Algo/DS/Problems tagged with codility algorithm
A stone wall algorithm to find minimum blocks required in java.
InterviewBit - Number of 1 bits
by ne on 2021-09-29 under Algo/DS/Problems
solution to interviewbit number of 1 bits
by ne on 2021-09-29 under Algo/DS/Problems
A java algorithm question for counting minimum jumps required by a frog to reach to destination
by ne on 2021-09-29 under Algo/DS/Problems
A java program to count number of integers which are divisible by a number in a given range.
InterviewBit - power of two integers
by ne on 2021-09-29 under Algo/DS/Problems tagged with interviewbit
InterviewBit power of two integers solution
by ne on 2021-09-29 under Algo/DS/Problems
solution to interview bit excel column problem
InterviewBit - Grid Unique Path
by ne on 2021-09-29 under Algo/DS/Problems
solution to interview bit grid unique path dynamic programming
InterviewBit - Excel Column Title
by ne on 2021-09-29 under Algo/DS/Problems
solution to interviewbit excel column problem
Codility - Voracious Fish Problem
by ne on 2021-09-29 under Algo/DS/Problems
A java program which finds alive fish in a lake. Codility algorithm of Stacks.
InterviewBit - Kth Row of Pascal Triangle
by ne on 2021-09-29 under Algo/DS/Problems tagged with interviewbit
InterviewBit problem's solution to find kth row of a pascal triangle
Count distinct numbers in an Array in O(n)
by ne on 2021-09-29 under Algo/DS/Problems
Find how many distinct numbers are there in an array,
InterviewBit - Swap list nodes in pairs
by ne on 2021-09-29 under Algo/DS/Problems tagged with interviewbit
InterviewBit swap nodes in the linked list problem solution
InterviewBit - Greatest Common Divisor
by ne on 2021-09-29 under Algo/DS/Problems tagged with interviewbit
InterviewBit greatest common divisor problem solution
Shortest Path in Unidirected weighted Graph with DP
by ne on 2021-09-29 under Algo/DS/Problems
shortest path finding algorithm with dynamic programming in java for unidirectional weighted graph
Codility: Lesson 1 - BinaryGap problem solution in c#
by ne on 2021-09-29 under Algo/DS/Problems tagged with algorithm codility
Codility: Lesson 1 - BinaryGap problem solution in c#
by ne on 2022-02-16 under Algo/DS/Problems tagged with codility
Codility OddOccurrence Solution in Java with 100% result
by ne on 2022-02-16 under Algo/DS/Problems tagged with codewars
CodeWars Metro Solution in Java with 100% result