Skip to content

Implemented Data-structures and algorithms #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Conversation

Mmabiaa
Copy link
Owner

@Mmabiaa Mmabiaa commented Jan 15, 2025

No description provided.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@@ -0,0 +1,36 @@
package src.main.java.algorithms;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a searching algorithm class

@@ -0,0 +1,35 @@
package src.main.java.algorithms;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a searching algorithm class

@@ -0,0 +1,146 @@
package src.main.java.data_structures;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a main data-structure class

@@ -0,0 +1,71 @@
package src.main.java.data_structures;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Implemented Dynamic Array class

package src.main.java.data_structures;
import java.util.*;

public class Main_HashMap {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HashMap Implementation

@@ -0,0 +1,10 @@
package src.main.java.utils;

public class utils {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Implemented Utilities

import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;

class SearchingAlgorithmsTest {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing Searching algorithms

@@ -0,0 +1,25 @@
package algorithms;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing sorting algorithms

@@ -0,0 +1,21 @@
package src.test.java.data_structures;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing linked list

@@ -0,0 +1,25 @@
package data_structures;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing Stack

@Mmabiaa Mmabiaa merged commit 9c01863 into main Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant