8000 GitHub - citypop56709/DM2-Solutions: A series of small programs made to solve problems in my Discrete Math II class.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

citypop56709/DM2-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DM2-Solutions

A series of small programs made to solve problems in my Discrete Math II class.

Program 1: Base Expansion A program to convert any number in decimal to another number in base b. With b being any positive integer. This is the first iteration of this program, the next one will include extra features like exception handling. This program was made to solve a problem in lesson 2.16 DM2.

Program 2: Fast Exponentiation An example of the Fast Integer Exponentiation of DM2 Lesson 2.18. This is the most complicated thing I have programmed so far. It works perfectly, but there is no exception handling built-in yet.

About

A series of small programs made to solve problems in my Discrete Math II class.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0