Skip to content

sarbjeetkumar/Racket-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Racket-Project

Professor - Dr IAN McLOUGHLIN

Student Name - Sarabjeet Kumar

GNumber - G00305450

The project is made for as a part of college work , Module THEORY OF ALGORITHMS.

CountDown number game where user can give program some random numbers and target number and program have to figure out target number by using (+ - * / ) operators .

Here is small example of it in action . In this instance, one number was selected from the large set, and the rest from the small set.

  { 50 , 8 , 3 , 7 , 2 , 10 }
  
  The randomly selected target was 556.
  
  There are multiple ways to solve this. The smallest solution requires just four numbers:
  
  (8 7 * 50 10 * +) = 556 (Through Reverse Polish Notation)
  
  

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Download and extract the zip folder here Racket-Project

Prerequisites

Dr Racket. You can download here Dr Racket

Installing

Once you have downloaded the executable file click on it and it will automatic guide you for installation.

Or here is the video tutorial how to install DR Racket on your machine.

Deployment

File menu from DrRacket ----> Hit the open ------> select.rkt file from file Explorer

Built With

Versioning

Version 6.8 January 2017

Authors

Sarabjeet Kumar

License

This project is licensed under the MIT License - see the LICENSE.md file for details

For extra information about the Project please refer to the repository Wiki.

Wiki

About

Countdown number game in Racket functional programming language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages