Skip to content

devanmodhavadiya189/devtube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevTube

A console-based movie streaming simulation with user accounts, watch history, and personalized movie recommendations.

Features

  • 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

Files

  • 1.txt – Sample user data (password, watched movies)
  • file.cpp – User account operations
  • main.cpp – Main program menu
  • movie.cpp – Movie management and recommendations
  • movies.txt – Movie database
  • title.cpp – UI display functions
  • title.h – UI function declarations

Data Structures

  • Binary Search Tree – Movie search
  • Graph – Movie relationships
  • Linked List – Watch history
  • Vector – Categories

Compile & Run

g++ -o devtube main.cpp file.cpp movie.cpp title.cpp
./devtube

About

A console-based movie recommendations without ML . implementing the DSA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages