mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-11 05:44:31 +00:00
[PR #485] [CLOSED] search element #892
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/485
Author: @Shreya2704
Created: 10/28/2019
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
68dee38Search an element in a linked list.651aa59Delete search_element.sln1722e69added code to search element0522c40Merge branch 'master' of https://github.com/Shreya2704/C15475e1To find the shortest path between 2 cities📊 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.