Main repository for the Data Structures and Algorithms II course
This repository is organized into multiple branches containing different types of content:
main: Main branch with Firebase configuration and base fileschallenges: Consolidated branch with all challengesparciales: Branch with exam files organized by term
The repository includes individual branches for each course challenge:
Available Challenges:
challenge-01throughchallenge-20(20 challenges)challenge-22
Total: 21 individual challenge branches
β Missing: challenge-21 - Not available due to Firebase billing restrictions
- Firebase: Configuration for authentication and database
- Authentication with Google Provider
- Firestore Database
- Environment variables for secure configuration
- Vite: Environment variables with
VITE_prefix
To access a specific challenge:
git checkout challenge-XX # Where XX is 01-20 or 22To access the exams:
git checkout parcialesTo view all consolidated challenges:
git checkout challengesAvailable branches:
main- Main branch with base configurationchallenges- All challenges consolidatedparciales- Exam files organized by termchallenge-01tochallenge-20,challenge-22- Individual challenges
- Clone the repository
- Navigate to the specific branch you need
- Install dependencies when necessary:
npm install