mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-29 00:39:36 +00:00
[PR #719] [CLOSED] Evaluating_postfix_using_array(stack) #1211
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/719
Author: @SOUMEE2000
Created: 10/25/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
385bd02Add files via uploadfb8b734Rename Doublylinkedlist(circular)2.c to doubly_linked_list_(circular)2.cba25927Create polynomial_multiplication_using_linked_list.c8e3898bAdd files via uploade42d146Rename hello.c to evaluating_postfix_using_array.c📊 Changes
3 files changed (+680 additions, -0 deletions)
View changed files
➕
data_structures/array/evaluating_postfix_using_array.c(+83 -0)➕
data_structures/linked_list/doubly_linked_list_(circular)2.c(+468 -0)➕
data_structures/linked_list/polynomial_multiplication_using_linked_list.c(+129 -0)📄 Description
Description of Change
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.