Code Monkey home page Code Monkey logo

api-project-2020's Introduction

Algorithms and Principles of Computer Science Project

License: MIT

Final project for the Algorithm and Principles of Computer Science Course.

Requirements

Implementation of an editor, including basic commands:

  • addr1,addr2c replaces or adds strings based on specified addresses, new strings can only be added if addr1 is the first available address;

  • addr1,addr2d deletes strings based on specified addresses, if string doesn't exist then command has no effect, but it's still counted towards undo / redo commands;

  • addr1,addr2p prints strings from addr1 to addr2, prints "." if string is empty / invalid;

  • nu undo n commands (change / delete only);

  • nr redo n commands (change / delete only);

  • q kills program.

Test cases

Task Commands Time Limit Memory limit
WriteOnly c 7.4 s 3.00 GiB
BulkReads c 1.250 s 240 MiB
TimeForAChange c, d 2.100 s 540 MiB
AlteringHistory c, d, u 2.100 s 400 MiB
RollingBack c, d, u, r 2.400 s 550 MiB
RollerCoaster c, d, u, r 2.700 s 1.03 GiB
Laude c, d, u, r 2.000 s 340 MiB

Execution example

kek

Tools used

  • Valgrind;
  • Callgrind;
  • Massif-Visualizer;
  • Address-Sanitizer;
  • GDB;
  • GCC.

Software used

  • Clion;
  • Visual Studio Code.

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.