Skip to content

DecodewithHappy/AlgorithmsUsingCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms using C++

1.Divide and Conquer

Problem Name and Description:

          1.Binary-Search: To search a number in an sorted array
          
          2.Max-Min: To find out the maximum and minimum element in an array
          
          3.Merge-Sort: To sort an unsorted array using Merge Sort technique
          
          4.Quick-Sort: To sort an unsorted array using Quick Sort technique.

2.Greedy Technique

Problem Name and Description:

          1: Fractional Knapsack: Given a set of items, each with a weight and a value, determine the number of each 
                                  item to include in a collection so that the total weight is less than or equal to 
                                  a given limit and the total value is as large as possible.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages