Skip to content

nishchaldua/Classic-Problems

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic-Problems

Explanation, Analysis and Implementation of algorithms of Classic Problems which often arise in competitive programming and engineering problems.

  1. Knapsack Problem (0-1 & Fractional)

  2. Coin Change Problem

  3. Infix to Postfix conversion

  4. Infix to Prefix Conversion

  5. Evaluation of a mathematical Expression

  6. Maximum Subarray Problem

  7. Job Sequence Problem

  8. Activity Selection Problem

  9. Nim sum

  10. N Queens Problem

  11. Subset Sum Problem

About

Explanation, Analysis and Implementation of algorithms of Classic Problems which often arise in competitive programming and engineering scenarios.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.1%
  • C++ 3.9%