let's start Code

Showing posts with label Greedy. Show all posts
Showing posts with label Greedy. Show all posts

Slinding Window

Share:

Mixing Milk

Mixing Milk

Topic: Greedy

Share:

Odd Sum SubSequence

problem statement:

You are given sequence *a[1]*, *a[2]*, ..., *a<[n]* of integer numbers of length *n*. Your task is to find such subsequence that its sum is odd and maximum among all such subsequences.
It's guaranteed that given sequence contains subsequence with odd sum.

Subsequence is a sequence that can be derived from another sequence by deleting some elements without changing the order of the remaining elements.

You should write a program which finds sum of the best subsequence.

Solution:

Share:

Fractional Knapsack Problem

Share:

Egyptian Fraction

      Egyptian Fraction


Share:

Activity Selection Problem

                      Resource:

GeeksForGeeks

Activity Selection Problem

techiedelight

                 Implementation: 01

                 Implementation: 02

Share:

1121 - Subsequence

1121 - Subsequence

Topic: two pointer

explanation: Shakil Ahmed's Blog

solution 01:

 

Share:

Job Sequencing Problem

Share:

About

let's start CODE

Popular Posts