RMK Coding Club

  • Home
  • Archive
  • Presentations
  • Amazon Problems
  • Python Workshop
  • Sep24

    Recursion

    A brief introduction about recursion with one problem. By Lokeshwaran K, II year.

  • Sep24

    Bit operations

    A brief introduction about bit operators and how they can be used as shortcuts in coding. By Sivasubramanyam A, III year.

  • Sep16

    Solving Time Limit Exceeded errors with alternative algorithms

    A brief introduction about the various reasons of TLEs and the Sieve of Erastosthanes approach of finding very large prime numbers. By Lokeshwaran K, II year.

  • Sep16

    Some tips for Infosys Aspirations 2020

    General tips and sample programs with information on how to avoid Run Time Errors. By Sivasubramanyam A, III year.

  • Sep10

    Writing good code

    Make your code look better. First impression is the best impression after all. By Sivasubramanyam A, III year.

  • Sep10

    Basic mistakes by beginners

    Some tips on solving basic programming errors. By Sivasubramanyam A, III year.