A console-based movie streaming simulation with user accounts, watch history, and personalized movie recommendations.
- Secure user login and account management (create, update, delete)
- Search movies using Binary Search Tree
- Browse movies by categories (Action, Comedy, Horror, etc.)
- Track and manage watch history
- Recommend movies based on viewing patterns
1.txt– Sample user data (password, watched movies)file.cpp– User account operationsmain.cpp– Main program menumovie.cpp– Movie management and recommendationsmovies.txt– Movie databasetitle.cpp– UI display functionstitle.h– UI function declarations
- Binary Search Tree – Movie search
- Graph – Movie relationships
- Linked List – Watch history
- Vector – Categories
g++ -o devtube main.cpp file.cpp movie.cpp title.cpp
./devtube