https://github.com/omerap12/anomaly-detector
Simple anomaly detector for "Advanced Programming 1" in C++
https://github.com/omerap12/anomaly-detector
biu cpp
Last synced: 29 days ago
JSON representation
Simple anomaly detector for "Advanced Programming 1" in C++
- Host: GitHub
- URL: https://github.com/omerap12/anomaly-detector
- Owner: omerap12
- Created: 2022-01-03T20:11:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-03T20:15:37.000Z (over 3 years ago)
- Last Synced: 2025-02-09T18:29:58.973Z (3 months ago)
- Topics: biu, cpp
- Language: C++
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anomaly-Detector
Simple anomaly detector for Advanced Programming 1 course at BIU in C++In this project you will see:
Design patterns and Polymorphism,
Theading implementation,
TCP connection,
and more..