Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/justin-pyne/hotelreviewservicev2

Class Project: Designed and implemented efficient data structures to store and manage hotel information and reviews from Expedia API JSON data. Updated previous design to traversing and reading files using multithreading, supporting concurrent reading and writing.
https://github.com/justin-pyne/hotelreviewservicev2

Last synced: 6 days ago
JSON representation

Class Project: Designed and implemented efficient data structures to store and manage hotel information and reviews from Expedia API JSON data. Updated previous design to traversing and reading files using multithreading, supporting concurrent reading and writing.

Awesome Lists containing this project

README

        

# Project 3
The goal of Project 3 is to gain experience writing multithreaded programs.
For project 3, you will build upon your project 1 code to concurrently load hotel reviews into a thread-safe data structure that supports efficient search.
In addition to that, your program needs to support the search functionality of project 1.
Please see the description of the assignment on the course website.