Skip to content

magicalsoup/CCC-Junior-Prep

Repository files navigation

CCC-Junior-Prep

  • this is for beginner level people who need help to prep for the ccc, go to the introduction folder after reading this README file

Languages

Python

  • great language, easy implementation and easy to code, but may be slow for advanced problems

Java

  • highly recommend using this language for junior, fast, easy to implement

C++

  • fast language, but lower level than java and python, so a bit harder to code in, but great language for higher level contests

Sources

  • GeeksForGeeks

    • Really good place to learn alot of useful algorithms
  • DMOJ and WCIPEG

    • Great place to practice problems, most of my problems will be from these Online Judges
  • Stack Overflow

    • Place to find answers to alot of programming questions