https://github.com/adriacabeza/cplusplusproblems
C++ exercises for Informatics Faculty of Barcelona's subjects PRO1,PRO2 and EDA
https://github.com/adriacabeza/cplusplusproblems
Last synced: 8 months ago
JSON representation
C++ exercises for Informatics Faculty of Barcelona's subjects PRO1,PRO2 and EDA
- Host: GitHub
- URL: https://github.com/adriacabeza/cplusplusproblems
- Owner: adriacabeza
- Created: 2017-02-24T21:27:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T17:57:55.000Z (over 7 years ago)
- Last Synced: 2025-01-11T03:41:50.007Z (9 months ago)
- Language: C++
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning how to code using C++
Some examples of my C++ exercices solutions from Informatics Faculty of Barcelona's subject P1,P2 (Programming 1 and 2), EDA (Data Structures and Algorithmics). It was my really first programming language so now I am really comfortable with it. With this problems I was able to learn some basic concepts like a vector, a map, a list, a structure, a class or some basic algorithms like Dicotomic Search, backtracking or Graphs algoritmhs.