Menu
CLCompetitive ProgrammingRoadmapContestsToolsBlog
GitHub
🌜
🌞
CLCompetitive Programming
  • Roadmap
  • Contests
  • Tools
  • Blog
  • GitHub
  • Basics
    • Learn C++
    • Time and Space Complexity
    • Some other important things
  • STL
    • STL Tutorials
    • Practice Problems for STL
    • Editorials to STL practice problems
    • Implementation and Regular Contests
  • Number Theory
    • Number Theory Tutorials
    • Practice Problems for Number Theory
  • Binary Search
    • Binary Search Tutorials
    • Practice Problems for Binary Search
  • Graph Theory
    • Graph Theory Tutorials
    • Practice Problems for Graph Theory
  • Programming Techniques
    • Greedy Tutorials
    • DP Tutorials
    • Practice Problems
  • Advanced
    • DP on Graphs
    • DP with Bitmasks

Practice Problems

Atcoder DP contest#

Try to solve at least problems A to K from Atcoder DP contest

Hackerrank Greedy problems#

Solve the easy and medium greedy problems from hackerrank

Easy#

  1. Kickstart - Allocation
  2. 1245/C - Constanze's machine
  3. SPOJ - Bytelandian gold coins
  4. 628/B - New Skateboard
  5. 455/A - Boredom
  6. Hackerrank - Coin change problem
  7. Hackerrank - LIS
  8. SPOJ - Subset Sum
  9. Hackerrank- LCS
  10. SPOJ - EINST
  11. SPOJ - ROCK
  12. 166/E - Tetrahedron
  13. Codechef - PLUSMUL
  14. Atcoder - Typical Stairs
  15. 1195/C - Basketball Excercise
  16. 474/D - Flowers
  17. Hackerrank - Wildcard Matching
  18. SPOJ - Edit Distance
  19. Atcoder - Slimes

Medium#

  1. SPOJ - Magic Grid
  2. Codechef - ALTARAY
  3. Codechef - DELISH
  4. Codechef - DBOY
  5. Codechef - XORSUB
  6. Codechef - GRID
  7. Codechef - TADELIVE
  8. Codechef - FROGV
  9. SPOJ - MDOLLS
  10. SPOJ - MSTICK
  11. SPOJ - MCARDS
  12. SPOJ - MIXTURES
  13. SPOJ SAMER08D
  14. SPOJ AIBOHP
  15. Codechef MATRIX2
  16. Codechef AMSGAME2
  17. 1287/C - Garland
Edit this page
Previous
« DP Tutorials
Next
DP on Graphs »
  • Atcoder DP contest
  • Hackerrank Greedy problems
  • Easy
  • Medium

Roadmap

  • Basics
  • STL
  • Number Theory
  • Binary Search
  • Graph Theory
  • Programming Techniques

Important Tools

  • Coding Schedule
  • OEIS
  • CP Editor
  • Diff Checker
  • CSAcademy online IDE
  • VisuAlgo
  • Algorithm Visualizer

More

  • Blog
  • Contests
  • GitHub
Copyright © 2020 Cyber Labs. All Rights Reserved.