Skip to content

This repository is created for submitting the projects created under Buffer 5.0, a DSA project competition, organised by Team Loop in MKSSS's Cummins College of Engineering for Women, Pune

Notifications You must be signed in to change notification settings

Sakshi-1602/Buffer-5.0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Cummins Connect

To develop a solution to the problem of current students lacking effective means to connect with esteemed alumni from our college, hindering access to valuable guidance and opportunities, Cummins Connect is developed using the concepts of data structure and algorithms to improve the students access to alumni of their college. This solution aims to enhance mentorship and networking within our college community.

Screenshot (741)

Data Structures Used

  1. Alumni Database Side: HashMap

     Hash maps offer efficient lookup and retrieval times, crucial for managing large sets of alumni data.
    
  2. Alumni Arrangement: Trees (Non-linear)

     Trees facilitate hierarchical organization, allowing for easy navigation and categorization of alumni based on
    various attributes.
    

    WhatsApp Image 2024-04-30 at 23 11 22_0f65f492

  3. Student Database Side: Linked List

    Linked lists provide flexibility for dynamic data manipulation, making them suitable for managing student profiles.
    
  4. Post: Array List

     Arrays offer constant-time access to elements, making them suitable for storing and retrieving posts efficiently.
    

    WhatsApp Image 2024-04-30 at 23 11 21_fd47c2af

Drive Links

Drive link to reports - https://drive.google.com/drive/folders/16QytgTrUZU1-pWZAhtDUHEW6Rv-FrNG3

Drive link to video - https://drive.google.com/drive/folders/11TPVyBYEx6EUqWXIUXrv9hcdp7Z_PEts?usp=sharing

About

This repository is created for submitting the projects created under Buffer 5.0, a DSA project competition, organised by Team Loop in MKSSS's Cummins College of Engineering for Women, Pune

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%