Skip to content

israfilgasim/c-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

c-playground

program description
exercism c track Exercism C track solutions
triangle printer This program displays a triangle with heightn and width 2n−1 .
triplet finder This program reads integers from the input until the value 0 is given. Prints these subsequent triples ordered in increasing order. Moreover count how many triples ordered in increasing order are found. Don't apply arrays and classes.
square root This program estimates to square root of number using Newton's method

About

Interesting C programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages