Skip to content

A mini project that helps deciding the best method to switch seats.

Notifications You must be signed in to change notification settings

stoneapptech/SeatAnalyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeatAnalyser

An mini project that helps deciding the best method to switch seats. So yeah, here's a simple explanation of that.

Environment

Running the Python3 version requires the following packages installed:

  1. Numpy
  2. Matplotlib

Running the C++ version requires the following libary installed:

  1. boost

Method

  • Insert (inst)
Req: 5 f 2
Before: [1,2,3,4,5]
After: [1,2,5,3,4]
  • Swap
Req: 5 f 2
Before: [1,2,3,4,5]
After: [1,2,5,4,3]
  • push
Req: 5 f 2
Before: [1,2,3,4,5]
After: [3,4,5,1,2]

About

A mini project that helps deciding the best method to switch seats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published