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
- Host: GitHub
- URL: https://github.com/joao-conde/feup-aeda
- Owner: joao-conde
- Created: 2017-09-27T14:24:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T14:00:23.000Z (over 6 years ago)
- Last Synced: 2025-01-12T18:38:40.343Z (9 months ago)
- Topics: aeda, aeda-feup, algorithms-datastructures, feup
- Language: C++
- Homepage:
- Size: 168 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.