Skip to content
#

searching

Here are 86 public repositories matching this topic...

🌱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 May 6, 2023
  • C++

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++

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