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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
8d8794f1574bbb29cdae4ccf7d53d83198b99a3c
Select Git revision
Branches
7
3-add-makefile-with-structure
4-add-create-init-function
5-add-push-function-2
9-add-destroy-function-2
9-add-destroy-function-3
9-add-destroy-function-4
main
default
protected
Tags
1
v0.1
8 results
Begin with the selected commit
Created with Raphaël 2.2.0
7
Dec
6
3
2
1
29
Nov
28
27
25
24
23
22
16
Merge branch '13-add-clear-function' into 'main'
v0.1 main
v0.1 main
Resolve "Add clear function that reallocs to DEFAULT_CAPACITY"
Merge branch '10-add-is-empty-function' into 'main'
Resolve "Add is empty function"
Merge branch '5-add-push-function' into 'main'
* Add push function that reallocates when full capacity is reached.
Merge branch '3-add-makefile-with-structure' into 'main'
Resolve "add makefile with structure"
added test to clean
3-add-makefile-…
3-add-makefile-with-structure
fixed makefile, main compilation and test compilation
Merge branch 'main' into '3-add-makefile-with-structure'
Merge branch '6-add-pop-function' into 'main'
Resolve "Add pop function that removes top of the stack and reallocates if top < capacity / 4"
Merge branch '9-add-destroy-function' into 'main'
Resolve "Added destroy function" that frees the data and sets capacity and top to -1
Update stack.c
9-add-destroy-f…
9-add-destroy-function-4
Merge branch '8-add-get-length-function' into 'main'
Merge branch 'main' into '8-add-get-length-function'
Update stack.h
Update stack.c
Update README.md
Merge branch '12-add-print-function' into 'main'
* Add stack_print(stack) function (when is_empty is available change implementation slightly)
eneleve tous ceux qui est pas fonction pop
eneleve tous ceux qui est pas fonction pop
tous les test ok
add gitignore et makefile,mon pop est ok encore à verifier
Update stack.h
Update stack.c
Update README.md
Update README.md
Merge branch '14-add-unit-testing-library' into 'main'
* Added munit testing library.
Merge branch '11-add-clone-function' into 'main'
#11 Add stack_clone function
fais un main pour tester et mis les includes dans le .h et doit juste voir un truc
premiere version de pop, a verifier
Merge branch '7-add-peek-function' into 'main'
* Added stack_peek function to peek at the top of the stack.
Merge branch 'stack_init' into 'main'
Loading