Skip to content

Baraahadi/challenges-and-data-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📘 Whiteboard Challenges – Image Showcase

This section contains visual explanations and solutions for selected coding challenges.


🔁 Challenge 1: Array Reversal

A visual representation of the logic used to reverse an array in-place.

🧠 Array Reversal Code


🔢 Challenge 2: Most Frequent Number

A whiteboard-style diagram illustrating how to find the most frequent number in an array.

📊 Most Frequent Number


🔽 Challenge 3: Find Minimum Value in Array

A whiteboard-style diagram illustrating how to find the minimum number in an array.

📊 Minimum Value


🔁 Challenge 4: Characters Reversal

Description: Reverse the order of elements in a given string — transforming it from right to left, in-place.

🔗Characters Reversal


🛠 Challenge 5: Remove Middle Value from an Array (No Built-in Methods)

Description: Remove middlevalue from an array without using built-in function by calculating the middle value , loop through array to skip the middle value , then adding new item to the new array that is created manually.

🔗Remove Middle Value from an array


🛠 Challenge 6: Linked List Implementation

Description: create linked list with function inside it to add,print,remove,include,insert at specific index 🔗Linked List Implementation


🛠 Challenge 7: Reverse Linked List Implementation

Description: reverse linked list from exist linked list 🔗Linked List Implementation


🛠 Challenge 8: Sort and Merge Linked List

Description: sort linked list then merge two linked lists into new linked list. 🔗Sort & Merge Linked List Implementation


🛠 Challenge 9: Rotate Linked List

Description: Rotate the linked list to the left by k places. 🔗Rotate Linked List Implementation


🔗 Back to Challenge 1 Overviews

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors