Introduction to computing: Difference between revisions
From Applied Science
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
## [[Pointer arithmetic]] | ## [[Pointer arithmetic]] | ||
# [[Search and sort]] | # [[Search and sort]] | ||
# [[Dynamic memory allocation]] | |||
# [[Random numbers]] | # [[Random numbers]] | ||
# [[Characters and strings]] | # [[Characters and strings]] | ||
# [[Programming practices]] | # [[Programming practices]] | ||
# [[Commented exercises]] | # [[Commented exercises]] |
Revision as of 14:33, 22 April 2022
- About introduction to computing
- Pseudocode
- Introduction to C
- Tracking algorithms with pencil and paper
- Conditional structures
- Loops and repetition
- Arrays and matrices
- Struct data ype
- Functions
- Search and sort
- Dynamic memory allocation
- Random numbers
- Characters and strings
- Programming practices
- Commented exercises