Skip to content

Latest commit

 

History

119 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS-UY 1114 Material

NYU Tandon School of Engineering

Description

This repository contains Prof. Sebastián Romero Cruz's CS 1114 lecture notes and practice problems.

Note: Use and/or distribution of this material outside of this class is legally restricted by university policy. If you want to use it for any reason other than as a study resource, send me an email about it with the subject line CS1114 Repo Use Request.

Lectures

To be released every Monday and Wednesday after 6:20pm.

  1. Introduction

How To Use This Repository

The general structure of the repo is as follows:

.
│
├── LICENSE
│
├── README.md
│
└── lectures
    │
    ├── 01-lecture_topic_a
    │   │
    │   ├── README.md    (lecture notes)
    │   │
    │   └── example.py   (any python files related to lecture)
    │
    └── 02-lecture_topic_b
        │
        ├── README.md
        │
        ├── example.py
        │
        └── solution
            │
            └── example_solution.py

That is, each lecture sub-folder contains a lecture notes README file along with its supplementary py files and other assets (such as images, etc.).


© Sebastián Romero Cruz 2026

About

CS 1114 Intro to Problem Solving and Programming lecture material

Topics

Resources

Stars

13 stars

Watchers

2 watching

Forks

Contributors