Skip to content
#

searching

Here are 114 public repositories matching this topic...

An repository that contains all the Data Structures and Algorithms concepts and their implementation in several ways, programming questions and Interview questions. The main aim of this repository is to help students who are learning Data Structures and Algorithms or preparing for an interview.

  • Updated Apr 20, 2024
  • C++

🌱Contribute in Hacktoberfest 2022 by contributing Data Structures and Algorithms Code in any programming language. Create your own issues. ✨Star it 🍴Fork it and Contribute to it <3

  • Updated Aug 17, 2024
  • C++

Welcome to the world of Data Structures and Algorithms (DSA) in various programming languages! Explore DSA concepts and solutions using Python, C++, Java, JavaScript, C#, and more. Whether you're learning the basics or mastering advanced techniques, this repository is your key to DSA in the language of your choice. Join the coding adventure today!

  • Updated Aug 27, 2025
  • C++

⚡ Comprehensive collection of Design & Analysis of Algorithms 🚀 | Includes 🧮 Sorting, 💡 Dynamic Programming, 🎯 Greedy, 🌐 Graph, and 🔤 String Matching | Implemented in ⚙️ C++ with STL | Perfect for 🎓 students & 👨‍💻 developers exploring algorithmic problem-solving ✨

  • Updated Aug 29, 2025
  • C++

In this task, I wrote the code using both OpenMP and MPI inorder to parallelize it. What it does is that the master process distributes a chunk of number equally among the slave processes. Each slave process then searches for the number to find. When one slave process finds the number, it sends a message to the master process who then sends a "t…

  • Updated Aug 5, 2021
  • C++

Improve this page

Add a description, image, and links to the searching topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the searching topic, visit your repo's landing page and select "manage topics."

Learn more