Algorithms-Hacktoberfest icon indicating copy to clipboard operation
Algorithms-Hacktoberfest copied to clipboard

This repository is a part of HacktoberFest, an event organised by DigitalOcean.

Results 66 Algorithms-Hacktoberfest issues
Sort by recently updated
recently updated
newest added

This adds Knapsack Algorithm which return the maximum weight of the elements.

author's turn

prevent overflow, generalize for larger values

CPP program for 0-1 Knapsack problem

author's turn

easy to understand

author's turn

**STACK ADT** implementation using Linked List Have BASIC functions **(1) PUSH** (takes element from the user and stores in the stack) **(2) POP** (deletes the element at the top of...

author's turn