Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Set of laboratory tasks for course of system software (4 semester)

License

Notifications You must be signed in to change notification settings

michael2024-lw/ssw_lab_4sem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

state

ssw_lab_4sem

Set of laboratory tasks for course of system software (4 semester)

lab_01

Implementation of stack (LIFO)/queue(FIFO)/vector.

lab_02

Implementation of single/double linked list, circular buffer.

lab_03

Implementation of general tree and binary search tree.

lab_04

Implementation of map and hash-table.

What we will be do:

  • build different structures of data;
  • compare our realization with STL;
  • implement arithmetic parser;

How work with this repository

You have to fork this repository, create your branch and complete tasks. All changes you will be commit and push in your forked repository. After you make sure that everything works, you send pull request to this repository. For updating (synchronize) your copy (fork) repository, you have to set upstream to this repository, fetch changes from the upstream (this) repository, merge the changes into your local repository and push them to your remote repository.

To work with git you should to use Github client (*nix systems already have git CLI client) and Git CLI. Google next terms:

  • git clone
  • git add
  • git commit -m
  • git checkout
  • git merge
  • git pull
  • git push
  • git rebase
  • git log
  • git diff
  • git fetch
  • git remote

Useful

Issues

About

Set of laboratory tasks for course of system software (4 semester)

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Makefile 65.0%
  • CMake 35.0%