Ajiboye Adeleye 's repositories
alx-low_level_programming
Alx SE journey - C Programming Classes
Adeleye080
coding files for Profile configuration
AirBnB_clone
JSON serialization and deserialization console for object storage. This is a project to create a Python3 console that mimics AirBnB object management.
AirBnB_clone_v2
A clone of AirBnB. In this phase, a backend console interface for managing program data is implemented. The user may control file storage, create, update, and remove objects using console commands. Storage is durable between sessions by utilizing a system of JSON serialization/deserialization.
binary_trees
As data structures, binary trees are used in this project. It also explains how to qualify and traverse them. Throughout the project, we used binary, binary search, AVL, and Max Binary Heap trees.
modern-js-cheatsheet
Cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects.
portfolio
My Personal portfolio website
sorting_algorithms
Multiple Sorting Algorithms and their Corresponding Big O Notations by Ajiboye Adeleye and Nwosu Victor.