Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
algorithmique
lib_2021_malaspinas
stack
Commits
d93508e5f4252dde9825c34037cdd94ece8e1f0b
Select Git revision
Branches
7
main
default
protected
3-add-makefile-with-structure
9-add-destroy-function-4
4-add-create-init-function
5-add-push-function-2
9-add-destroy-function-3
9-add-destroy-function-2
Tags
1
v0.1
8 results
stack
stack.h
Author
Search by author
Any Author
authors
abivarma.kandiah
abivarma.kandiah
alec.schmidt
alec.schmidt
andreia.oliveira
andreia.oliveira
daniel.rodrigue1
daniel.rodrigue1
fabio.rodrigue1
fabio.rodrigue1
farouq.obaly
farouq.obaly
gaetan.siffert
gaetan.siffert
ines.maya
ines.maya
jeffrey.loder
jeffrey.loder
joey.martig
joey.martig
jonas.stirnema
stirnemann
jules.stahli
jules.stahli
juliano.souzaluz
juliano.souzaluz
kevin.heirich
kevin.heirich
leo.pellandi
leo.pellandi
lucas.tschaler
lucas.tschaler
luca.wohlers
luca.wohlers
lucien.noel
lucien.noel
marc.laugt
marc.laugt
Michaël El Kharroubi
michael.elkharro
20 authors
Dec 01, 2021
Resolve "Add pop function that removes top of the stack and reallocates if top < capacity / 4"
· d93508e5
ines.maya
authored
3 years ago
and
orestis.malaspin
committed
3 years ago
d93508e5
Resolve "Added destroy function" that frees the data and sets capacity and top to -1
· bec8b7b6
joey.martig
authored
3 years ago
and
orestis.malaspin
committed
3 years ago
bec8b7b6
Nov 29, 2021
Update stack.h
· e2b5ab74
gaetan.siffert
authored
3 years ago
e2b5ab74
* Add stack_print(stack) function (when is_empty is available change implementation slightly)
· 5a8d23e3
boris.stefanov
authored
3 years ago
and
orestis.malaspin
committed
3 years ago
5a8d23e3
Nov 28, 2021
Update stack.h
· 5387d594
gaetan.siffert
authored
3 years ago
5387d594
Nov 27, 2021
#11
Add stack_clone function
· 166b49ca
Jules Stähli
authored
3 years ago
166b49ca
Nov 25, 2021
* Added stack_peek function to peek at the top of the stack.
· 50386f6c
narindra.rajohnso
authored
3 years ago
and
orestis.malaspin
committed
3 years ago
50386f6c
* Added `stack_init()` function
· 93cf8510
alec.schmidt
authored
3 years ago
and
orestis.malaspin
committed
3 years ago
93cf8510
Nov 24, 2021
Added stack data structure to allow students to do actual work.
· 5605029f
orestis.malaspin
authored
3 years ago
Verified
5605029f
Loading