INTERESTING STUFF



  1. Blurry vision ACM ICPC Amritapuri online regional.
  2. Program to calculate massive numbers such as 2^3000
  3. Calculate factorial of massive numbers eg. factorial of 500 or even 3000.
  4. Determination of day of week through a simple C program
  5. ProjectEuler solution to problem number 45
  6. Lexicographic Sorting in C++
  7. Tower of Hanoi
  8. Find remainder through a C program in three different ways
  9. Conversion between different number system
  10. Find the size of data types in C without using the sizeof operator
  11. Determine how integers are stored in computer's memory through a simple C program
  12. Conversion of floating point numbers to their binary equivalent and vice-versa.
  13. Enter jumbled up alphabets and find all possible meaningful English words.
  14. Bubble Calculator-An interesting coding problem that represents real time solution.
  15. Find fractional power of a number without using any predefined function in C.(less efficient)
  16. Find fractional power of a number without using any predefined function in C (updated and efficient).
  17. Find Square Root of a number without using any predefined function in math.h
  18. Indian National Anthem - Music in C programming.
  19. Implementing Circular Primes in C and C++.
  20. The first Fibonacci series term that can't be accommodated in the range of Integers.

No comments:

Post a Comment