Skip to content
#

pointers-and-arrays

Here are 173 public repositories matching this topic...

My solutions to the C Programming A Modern approach book 2nd edition (by K. N. King). These solutions are published for historical purposes and intended to be a guide for other learners to gain intuition rather than being used for cheating.

  • Updated Jan 5, 2026
  • C

Basics of Compilers in relationship to C++ compilation to object and machine code via makefile scripting. Basics of Algorithmic Design - Essentially how to design a sequence of precise instructions that leads to a solution. Principles of object-oriented programming design

  • Updated Mar 31, 2024
  • C++
quadtree-image-compression

This project aims utilize a graph(a tree) as a form of image value compression by implementing a special kind of data structure where it basically groups repeating variables into a node and ungroups non-repeating values into their own nodes.

  • Updated Jan 31, 2025
  • C

Improve this page

Add a description, image, and links to the pointers-and-arrays topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pointers-and-arrays topic, visit your repo's landing page and select "manage topics."

Learn more