Giter Site home page Giter Site logo

maxgestic / cmp201-coursework Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 52 KB

Coursework for Second year of Ethical Hacking Course for the Data Structures and Algorithms 1 Module!

License: GNU General Public License v3.0

C++ 100.00%
cpp boyer-moore algorithms rabin-karp

cmp201-coursework's Introduction

Objectives

  • Describe abstract and concrete requirements for data structures and algorithms.
  • Describe a range of standard data structures and algorithms, in terms of both functionality and performance characteristics.
  • By reasoning about behaviour and performance, be able to critically select appropriate data structures and algorithms for a given application within a software proje

Assessment Requirements

The application must:

  • implement two different standard algorithms that solve the same real-world problem;
  • make use of appropriate data structures for the application's needs;
  • allow you to compare the performance of the two algorithms as you vary the size of the input data.

Planning

Ideas:

  • DFS vs BFS Algorithm Knight On a Chessboard

    • Find path of a chess piece on a board
    • Need to create script for the chess board
    • All possible moves would be children in the tree
    • Use algorithm to find shortest path
    • Applying that algorithm to find best move from the starting square to the finishing one
    • User would define starting location and finish location
    • Knight can move two squares forward and after either one square right or left
    • Allows it to go anywhere on the board
    • So first use
  • String Search within Destiny 2 Lore Entries

    • Boyer-Moore vs Rabin-Karp
    • Different size lore posts to check for
    • Menu with options
      • Run both algorithms
      • Run Boyer-Moore
      • Run Rabin-Karp
    • Timers to benchmark each of the algorithms

cmp201-coursework's People

Contributors

maxgestic avatar

Stargazers

 avatar

Watchers

 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.