Skip to content

Smallest positive integer N such that N%k == 0 using set S

Notifications You must be signed in to change notification settings

ssponsler/CS454P2-NmodK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project 2
Sean Sponsler, Evan Walters
CS 454 Spring 2023
Dr. Ravikumar



                            P2 Contribution Report

This project is written in C++.

Sean: 
  - input validation
  - coded BFS from our notes
  - delta function
  - main
Evan: 
  - Project outline
  - theory
  - documentation
  - bug fixing (0 as allowed digit)
  
Together we talked a lot about the strategy we would use for all the functions, 
stepping through the BFS in order to understand it. Sean did most of the actual 
coding, while Evan oversaw pointing out solutions, syntax, etc.

About

Smallest positive integer N such that N%k == 0 using set S

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages