Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 810 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 810 Bytes

Job-Swipe

Github for our Algorithms and Data Structures group project.

Job-Swipe is a platform for students to discover and apply for internships. It uses a matching algorithm to connect students with relevant job opportunities.

Object-Oriented Programming (OOP)

Classes: The application features Student, Recruiter, and Job classes, each encapsulating relevant attributes and methods.

Encapsulation: Attributes like username, email, and hashed_password are encapsulated within classes.

***Functionality: Functions such as get_unique_values and sign_up demonstrate the use of OOP to organize functionality.

Selection Sort

Implementation: The selection sort algorithm is used for organizing data.

Installation

pip install r- requirements.txt

Usage

streamlit run main.py