Abstract: An Intrusion Detection System (IDS) is responsible for handling the detection of malicious activities. Various intrusion detection technologies are widely used. In those technologies, the ...
This repository contains datasets and source code for the paper "Boosting exact pattern matching with eXtreme Gradient Boosting (and more)". The experiment consists of two parts. The first part ...
Abstract: String matching algorithm is widely used in many application areas such as bio-informatics, network intrusion detection, computer virus scan, among many others. KMP (Knuth-Morris-Pratt) ...
C++ & Java implementations of 6 algorithm problems — tromino tiling, knight's tour, Tower of Hanoi (4-peg), knight swap, target shooting, and lattice coverage — using Divide & Conquer, Greedy, BFS, ...