An open API service indexing awesome lists of open source software.

https://github.com/ahmed-roshdy-1/lab-3_7

problem-solving using data structures
https://github.com/ahmed-roshdy-1/lab-3_7

c data-structures

Last synced: 8 months ago
JSON representation

problem-solving using data structures

Awesome Lists containing this project

README

          

# Lab-3_7
### problem-solving using data structures

### Data Structure using c :

## the requirement

### We (as a user for StackADT) have a stack holding group_ids. Each group_id consists of two parts section code and group code within his section. Number of groups inside the section is maximum 10. section_code=group_id/10, group_code=group_id%10. Construct two stacks; one stack holds section codes while the other holds group codes.

##