fosscellcet / Competitive-Coding-Repository

A collection of solution to Competitive Coding questions in all programming languages.
8 stars 25 forks source link

Added Factorial for large nos and Selection Sort #42

Open sheenxavi004 opened 4 years ago

sheenxavi004 commented 4 years ago

Added program for finding factorial of large numbers implemented using linked lists and normal selection sort.

stratospher commented 4 years ago

please move factorial.c to a new folder linked list under Data Structures folder