lawal

There are 3 repositories under lawal topic.

  • 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