Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinicius-santoro/ifsp-programming-logic-and-algorithms
Exercises for the first semester of the Bachelor's Degree in Computer Science at the Federal Institute of São Paulo (IFSP).
https://github.com/vinicius-santoro/ifsp-programming-logic-and-algorithms
algorithms c computer-science ifsp
Last synced: 16 days ago
JSON representation
Exercises for the first semester of the Bachelor's Degree in Computer Science at the Federal Institute of São Paulo (IFSP).
- Host: GitHub
- URL: https://github.com/vinicius-santoro/ifsp-programming-logic-and-algorithms
- Owner: Vinicius-Santoro
- Created: 2021-09-17T14:31:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-14T01:01:21.000Z (about 3 years ago)
- Last Synced: 2024-11-06T15:32:02.360Z (2 months ago)
- Topics: algorithms, c, computer-science, ifsp
- Language: C
- Homepage:
- Size: 956 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IFSP-programming-logic-and-algorithms
### _Exercises for the first semester of the Bachelor's Degree in Computer Science at the Federal Institute of São Paulo (IFSP)._
- Inside every "list" file there is a pdf explaining what to expect from each code.
## _Exercises made in this repository:_
- Chapter exercises 01: [`standard input and output formatted`](list-01)
- Chapter exercises 02: [`conditional structures`](list-02)
- Chapter exercises 03: [`repeat structures`](list-03)
- Chapter exercises 04: [`unidimensional arrays`](list-04)
- Chapter exercises 05: [`multidimensionais arrays`](list-05)
- Chapter exercises 06: [`standard mathematical library`](list-06)
- Chapter exercises 07: [`functions`](list-07)
- Chapter exercises 08: [`pointers`](list-08)
- Chapter exercises 09: [`characters and strings`](list-09)
- Chapter exercises 10: [`structs`](list-10)