Tag Archives: C Programming

North Eastern Lattice Path (Recursion Implementation)

Posted in Algorithm | Tagged , , | Leave a comment

Tower of Hanoi (Recursive Implementation)

Posted in Algorithm, Computer Program | Tagged , | Leave a comment

Main idea in Sieve of Eratosthenese algorithm

Posted in Algorithm, Computer Program | Tagged | Leave a comment

C Programming

atoi Command line Swapping Array Reversing string String comparision Prime numbers (Sieve of Eratosthenese) Josephus Problem (Circular Link List) Bubble Sort Shell Sort Recursion Tower of Hanoi Binomial Coefficients

Posted in Algorithm, Computer Program | Tagged | Leave a comment

Implementing command line power function in C

Posted in Algorithm, Computer Program | Tagged , | Leave a comment

String comparison in C

Posted in Algorithm, Computer Program | Tagged | Leave a comment

Bubble sort command line in C

Posted in Algorithm, Computer Program | Tagged , | Leave a comment

Using argc and argv in C

Posted in Computer Program | Tagged | Leave a comment

atoi version 2 using ctype.h

Posted in Computer Program | Tagged | Leave a comment

Shell sort

Posted in Algorithm, Computer Program | Tagged , , , | Leave a comment