Introduction to computing: Difference between revisions
From Applied Science
| No edit summary | No edit summary Tag: wikieditor | ||
| (7 intermediate revisions by the same user not shown) | |||
| Line 9: | Line 9: | ||
| # [[Loops and repetition]] | # [[Loops and repetition]] | ||
| # [[Arrays and matrices]] | # [[Arrays and matrices]] | ||
| # [[Struct data ype]] | |||
| # '''Functions''' | # '''Functions''' | ||
| ## [[Introduction to functions]] | ## [[Introduction to functions]] | ||
| ## [[Functions, arrays and matrices]] | ## [[Functions, arrays and matrices]] | ||
| ## [[Functions that return a struct]] | |||
| ## [[Introduction to pointers]] | |||
| ## [[Functions, structs and pointers]] | |||
| ## [[Introduction to recursive functions]] | ## [[Introduction to recursive functions]] | ||
| ## [[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]] | ||
| I'm using the discussion page at the top of the page to log all the changes. It's better than leaving comments in a per article basis. | |||
Latest revision as of 23:47, 23 January 2025
- 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
I'm using the discussion page at the top of the page to log all the changes. It's better than leaving comments in a per article basis.

