[PR #485] [CLOSED] search element #892

Open
opened 2026-01-29 15:16:04 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/485
Author: @Shreya2704
Created: 10/28/2019
Status: Closed

Base: masterHead: master


📝 Commits (5)

📊 Changes

3 files changed (+393 additions, -11 deletions)

View changed files

data_structures/graphs/Shortest_path.c (+295 -0)
data_structures/linked_list/search_element.cpp (+93 -0)
📝 data_structures/linked_list/stack_using_linkedlists.c (+5 -11)

📄 Description

Added a new file to search an element in a singly liked list.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/485 **Author:** [@Shreya2704](https://github.com/Shreya2704) **Created:** 10/28/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`68dee38`](https://github.com/TheAlgorithms/C/commit/68dee38ced87c1a3b4d7dfed345921864fad8d76) Search an element in a linked list. - [`651aa59`](https://github.com/TheAlgorithms/C/commit/651aa5954b0d61996191e0c279953459ecba30c5) Delete search_element.sln - [`1722e69`](https://github.com/TheAlgorithms/C/commit/1722e69081d70fef0aac31038d986ad4457b7717) added code to search element - [`0522c40`](https://github.com/TheAlgorithms/C/commit/0522c4006499a5c4c20af7b036402a320277fc9a) Merge branch 'master' of https://github.com/Shreya2704/C - [`15475e1`](https://github.com/TheAlgorithms/C/commit/15475e11f41d2e77cada2548d8bfbb25bff4a9fb) To find the shortest path between 2 cities ### 📊 Changes **3 files changed** (+393 additions, -11 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/graphs/Shortest_path.c` (+295 -0) ➕ `data_structures/linked_list/search_element.cpp` (+93 -0) 📝 `data_structures/linked_list/stack_using_linkedlists.c` (+5 -11) </details> ### 📄 Description Added a new file to search an element in a singly liked list. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:16:04 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#892