Skip to content

izaah-izaah/Course-Projects-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

1. Pointer Matching Search - Arrays

Provide an array with a specific value and length to try to find them using their addresses to be more efficient in data manipulation

💻

The pointer that is returned from the function should contain the address of the first occurrence of the element in arr that has the same value as num, but if none exists then the function should return nullptr.

2. Magic Square

This project makes sure to organize random arrangements of a non-conflicting matrix as many times as possible.

3. Linked List

A linked list iterator that iterates forward and reverse.

4. Binary Search Tree

Navigating through a search tree to find a particular number in the tree.

5. Polymorphism

Using polygon as an analogy for being able to use objects in a polymorphic inheritance.

About

C++ Algorithm Basics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors