Code Repository for CDAC PGDAC. This repository is a work in progress which will contain all the common programming problems and code which will help PGDAC students during their course.
- Find the greatest of three numbers. See code
- Find the max element in an array. See code
- Check if given year is a leap year. See code
- Compute factorial of a number using recursion See code
- Check if given string is a palindrome See code
- Find the missing number in an array of 1 to n elements See Code