Code Monkey home page Code Monkey logo

philosophers's Introduction

Philosopers

Eat, Sleep, Spaghetti, repeat. This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat spaghetti without dying from hunger.

✅ Final Grade 100/125

Useful

Tutorial Series about C threads

Medium Tutorial and philo explanation

Philosopher Visualizer

Don't forget to test with valgrind

valgrind --tool=helgrind

Input

  • number_of_philosophers: The number of philosophers and also the number of forks.
  • time_to_die (in milliseconds): If a philosopher didn’t start eating time_to_die milliseconds since the beginning of their last meal or the beginning of the simulation, they die.
  • time_to_eat (in milliseconds): The time it takes for a philosopher to eat. During that time, they will need to hold two forks.
  • time_to_sleep (in milliseconds): The time a philosopher will spend sleeping.
  • number_of_times_each_philosopher_must_eat (optional argument): If all philosophers have eaten at least number_of_times_each_philosopher_must_eat times, the simulation stops. If not specified, the simulation stops when a philosopher dies.

Tests

Mandatory

Eval-Sheet

  • Test: 1 800 200 200. The philosopher should not eat and should die.
  • Test: 5 800 200 200. No philosopher should die.
  • Test: 5 800 200 200 7. No philosopher should die and the simulation should stop when every philosopher has eaten at least 7 times.
  • Test: 4 410 200 200. No philosopher should die.
  • Test: 4 310 200 100. One philosopher should die.

other

  • 5 600 150 150. no one should die
  • 100 800 200 200. no one should die
  • 105 800 200 200. no one should die
  • 200 800 200 200. no one should die
  • 4 200 205 200. a philo should die
  • 4 410 200 200 10. no one should die, simulation should stop after 10 eats
  • Invalid Input tests with negative numbers and with invalid argv

Bonus

  • Test: 5 800 200 200. No philosopher should die.
  • Test: 5 800 200 200 7. No philosopher should die and the simulation should stop when every philosopher has eaten at least 7 times.
  • Test: 4 410 200 200. No philosopher should die.
  • Test: 4 310 200 100. One philosopher should die.

philosophers's People

Contributors

reptudn avatar

Stargazers

 avatar

Watchers

 avatar

philosophers's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.