Skip to content

hobby-dev/sirius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sirius

This is a test project for a game company. There were three tasks:

  • Write a function that prints signed integer as it's binary representation without using library functions (see first.cpp for implementation)
  • Remove consecutive character duplicates from a string (see second.cpp for implementation)
  • Serialize/deserialize a linked list (see third.hpp for details)

Prerequisites

  • cmake
  • clang
  • bash

Tested on Ubuntu 18.10 with clang 7.0.0-3 and cmake 3.12.1

Usage

./build.sh
./build/bin/sirius

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages