Skip to content

rabumaabraham/DSA-UC-San-Diego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms – UC San Diego (Coursera)

This repository contains my solutions to the programming assignments from the Data Structures and Algorithms specialization by University of California San Diego on Coursera.

All solutions are written in Python, with each problem implemented in a single `.py` file.


📘 Specialization Overview

The full specialization consists of six rigorous courses:

  1. Algorithmic Toolbox
  2. Data Structures
  3. Algorithms on Graphs
  4. Algorithms on Strings
  5. Advanced Algorithms and Complexity
  6. Genome Assembly Programming Challenge

📁 Files Included

Each `.py` file corresponds to one programming assignment from the course.


▶️ How to Run

These programs read input from `stdin`. To run any solution:

python3 filename.py < input.txt

To enter input manually:

python3 filename.py

Then press `Ctrl+D` (Linux/macOS) or `Ctrl+Z` → `Enter` (Windows) to finish input.


📜 Certificate

You can view my verified certificate here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages