ogunsola

There are 4 repositories under ogunsola topic.

  • lawalTheWest/alx-low_level_programming

    Low-level programming is at the heart of system software development, device drivers, embedded systems, and more. we explore concepts like memory management, assembly language, and hardware interaction.

    Language:C3101
  • lawalTheWest/LawalTheWest

    A Software engineer

  • lawalTheWest/sorting_algorithms

    This showcases various sorting algorithms implemented in the C. Sorting algorithms are fundamental tools in computer science, used to arrange data in a specific order. In this project, we explore different sorting techniques. Understanding these algorithms is crucial for optimizing data processing and problem-solving in C.

    Language:C1100
  • baydre/binary_trees

    This repository contains code and algorithms for working with binary trees, including creation, traversal, and various tree operations. It serves as a resource for learning and implementing binary tree data structures in C programming language which could be adapted to any language of choice.

    Language:C10