Skip to content

PostboxRetinal/EDA2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 

Repository files navigation

Data Structures and Algorithms II

Main repository for the Data Structures and Algorithms II course

πŸ“ Repository Structure

This repository is organized into multiple branches containing different types of content:

🎯 Main Branches

  • main: Main branch with Firebase configuration and base files
  • challenges: Consolidated branch with all challenges
  • parciales: Branch with exam files organized by term

πŸš€ Individual Challenge Branches

The repository includes individual branches for each course challenge:

Available Challenges:

  • challenge-01 through challenge-20 (20 challenges)
  • challenge-22

Total: 21 individual challenge branches

❌ Missing: challenge-21 - Not available due to Firebase billing restrictions

πŸ”§ Technologies Used

  • Firebase: Configuration for authentication and database
    • Authentication with Google Provider
    • Firestore Database
    • Environment variables for secure configuration
  • Vite: Environment variables with VITE_ prefix

🌿 Branch Navigation

To access a specific challenge:

git checkout challenge-XX  # Where XX is 01-20 or 22

To access the exams:

git checkout parciales

To view all consolidated challenges:

git checkout challenges

Available branches:

  • main - Main branch with base configuration
  • challenges - All challenges consolidated
  • parciales - Exam files organized by term
  • challenge-01 to challenge-20, challenge-22 - Individual challenges

πŸ“š Usage

  1. Clone the repository
  2. Navigate to the specific branch you need
  3. Install dependencies when necessary: npm install

About

This repository contains 22 coding challenges focused on advanced data structures and algorithms. Each challenge is isolated in its own branch, with Firebase integration for real-world database operations and modern web development practices using Vite.

Topics

Resources

Stars

Watchers

Forks

Contributors