Skip to content

Canergode/dynamic-array-sort-and-max

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Dynamic Array Sort and Max

This project generates a random dynamic array, sorts it using bubble sort and finds the maximum value — all using separate functions with pointer parameters.

What I Learned

  • How to organize dynamic array operations into separate functions
  • How to pass dynamic arrays to functions using pointers
  • How to combine random generation, sorting and max finding
  • How to use bubble sort with a dynamically allocated array

About

Generates a random dynamic array,sorts it with bubble sort and finds the maximum value using functions in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages