Giter Site home page Giter Site logo

c-linked-list-workshop's Introduction

C Workshop on Linked-List and Structures

Class Attendance System (CAS)

Course (Class):

Field Type
Name String
Professor String
Number of Students Integer
Students List Linked-List
Number of Sessions Integer
Attendance List []Linked-List

Student:

Field Type
Name String
ID String

CAS can manage multiple classes for your university in each semester. In the beginning, users must select a class from a given list of classes then they can manage the class students and their attendance. Please note that users can add or remove classes so the classes list must be a linked-list. The attendance list is an array of Linked List that has a single linked-list of students for each session. In each session, the user adds the name of the percent's students into the session's linked-list. The user can see the list of students and their percent's rate and if they didn't meet the 3/16 rule they must be purged from the students' list with a user's agreement. CAS can save class information into files (one file for each class) for users then load them in its another run. Please note that strings can at most have a size of 255.

First Step: Implement and Test a simple linked-list. Second Step: Implement and Test a single class with its attendance. (based on linked-list of the first step) Third Step: Implement the whole program. Fourth Step: Add persistency into CAS with files.

Step by Step Gist.

c-linked-list-workshop's People

Contributors

1995parham avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.