Skip to content

List of short programs to demonstrate programming knowledge and proficiency

Notifications You must be signed in to change notification settings

rby813/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

This is a repository of short, simple programs to help demonstrate to potential employers that I am both knowledgeable, and proficient in programming. If you wish to contact me or reach me, please feel free to reach out via the contact information provided below. Thank you for your time.

[email protected]

Projects:

Collatz Conjecture - C++ If you start with any number greater than 1, it will eventually reach 1 using the following formula: If even: Divide by two. If odd: Multiply by three, then add one. The purpose of this program is to demonstrate that principle, and to count the number of iterations any given number must go through in order to reach 0.

About

List of short programs to demonstrate programming knowledge and proficiency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages