Skip to content

surajsbmn/cdac-code-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDAC CodeHub

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.

Problems

  1. Find the greatest of three numbers. See code
  2. Find the max element in an array. See code
  3. Check if given year is a leap year. See code
  4. Compute factorial of a number using recursion See code
  5. Check if given string is a palindrome See code
  6. Find the missing number in an array of 1 to n elements See Code

Data Structures

  1. Stack data structure using array. See code
  2. Find duplicate parenthesis in an expression Using Stack. See code

Sorting

  1. Quick Sort. See code
  2. Quick Sort (Multithreaded). See code

About

Code Repository for CDAC PGDAC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages