An open API service indexing awesome lists of open source software.

https://github.com/joao-conde/feup-aeda

Repository to host the Algorithms and Data Structures project, a second year course @FEUP
https://github.com/joao-conde/feup-aeda

aeda aeda-feup algorithms-datastructures feup

Last synced: 8 months ago
JSON representation

Repository to host the Algorithms and Data Structures project, a second year course @FEUP

Awesome Lists containing this project

README

          

# Stock Market

This project incorporates the 1st and 2nd project developed for AEDA @ FEUP (Algorithms and Data structures).
Project developed with VisualStudio 2017.

Uses **Windows specific functions** for example to clear screen or change output color.

Stock Market simulates exactly what it says, a stock market.
Multiple clients and investors interact and perform transactions in the stock market, to adquire the most stocks for the least price.

Between clients, investors, their transactions and their orders, we can perform basic CRUD operations on structures like priority queues, hash tables and binary search trees, allowing us to list some or all of the elements we desire and modify them.