https://github.com/osspk/bubble-sort-using-pointer-arithmetic
☘️ An implementation of Bubble Sort where Pointers are used to traverse and process the array
https://github.com/osspk/bubble-sort-using-pointer-arithmetic
array-manipulation arrays bubble-sort bubble-sort-pointers bubblesort cplusplus pointer-arithmetic pointer-traversal pointers pointers-and-arrays sort-using-pointers traversing-using-pointers
Last synced: 7 months ago
JSON representation
☘️ An implementation of Bubble Sort where Pointers are used to traverse and process the array
- Host: GitHub
- URL: https://github.com/osspk/bubble-sort-using-pointer-arithmetic
- Owner: OSSpk
- License: mit
- Created: 2018-06-26T10:07:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T12:02:10.000Z (7 months ago)
- Last Synced: 2024-11-22T13:17:57.844Z (7 months ago)
- Topics: array-manipulation, arrays, bubble-sort, bubble-sort-pointers, bubblesort, cplusplus, pointer-arithmetic, pointer-traversal, pointers, pointers-and-arrays, sort-using-pointers, traversing-using-pointers
- Language: C++
- Homepage: https://github.com/harismuneer
- Size: 42 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ☘️ Bubble Sort Using Pointers
![]()
[](#)
[](https://www.github.com/harismuneer/Bubble-Sort-Using-Pointer-Arithmetic/fork)
[](https://www.github.com/harismuneer/Bubble-Sort-Using-Pointer-Arithmetic/issues)
[](#)Bubble Sort is implemented keeping the following requirements in mind:
* Use pointers to scan/traverse the array. Any loop iterating from index zero to size (i.e. using integer counters to traverse the array) is not allowed.
* You cannot use subscript operator [] in your program.## Screenshot

## Author
You can get in touch with me on my LinkedIn Profile: [](https://www.linkedin.com/in/harismuneer)You can also follow my GitHub Profile to stay updated about my latest projects: [](https://github.com/harismuneer)
If you liked the repo then kindly support it by giving it a star ⭐ and share in your circles so more people can benefit from the effort.
## Contributions Welcome
[](https://www.github.com/harismuneer/Bubble-Sort-Using-Pointer-Arithmetic/issues)
If you find any bugs, have suggestions, or face issues:
- Open an Issue in the Issues Tab to discuss them.
- Submit a Pull Request to propose fixes or improvements.
- Review Pull Requests from other contributors to help maintain the project's quality and progress.This project thrives on community collaboration! Members are encouraged to take the initiative, support one another, and actively engage in all aspects of the project. Whether it’s debugging, fixing issues, or brainstorming new ideas, your contributions are what keep this project moving forward.
With modern AI tools like ChatGPT, solving challenges and contributing effectively is easier than ever. Let’s work together to make this project the best it can be! 🚀
## License
[](../master/LICENSE)Copyright (c) 2018-present, harismuneer
![]()
Hey there, I'm Haris Muneer 👨🏻💻
- 🕸️ Founder of Cyfy Labs: At Cyfy Labs, we provide advanced social media scraping tools to help businesses, researchers, and marketers extract actionable data from platforms like Facebook, Instagram, and X (formerly Twitter). Our tools support lead generation, sentiment analysis, market research, and various other use cases. To learn more, visit: www.cyfylabs.com
- 🌟 Open Source Advocate: I’m passionate about making tech accessible. I’ve open-sourced several projects that you can explore on my GitHub profile and on the Open Source Software PK page.
- 📫 How to Reach Me: You can learn more about my skills/work at LinkedIn. You can also reach out via email for collaboration or inquiries. For Cyfy Labs related queries, please reach out through the company website.
🤝 Follow my journey