Skip to content
View elkezza's full-sized avatar
  • 22:28 (UTC +02:00)

Block or report elkezza

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Software-Engineering-project-AI-Sever-Client- Software-Engineering-project-AI-Sever-Client- Public

  2. Supervised-Learning-Lap Supervised-Learning-Lap Public

    This is Foundations of Data Analysis - SS23 Lab assignment Supervised learning Solution

    Jupyter Notebook

  3. KnapsackBranchAndBound KnapsackBranchAndBound Public

    The Branch and Bound algorithm is a well-known method used in combinatorial optimization. This project applies the algorithm to the classic 0/1 Knapsack problem, aiming to maximize the profit based…

    Java

  4. Natural-Language-Processing-Exercise-Sheets Natural-Language-Processing-Exercise-Sheets Public

    This repository contains Jupyter notebooks for exercise sheets based on the "Natural Language Toolkit (NLTK)" book, a popular guide for learning and applying Natural Language Processing (NLP) in Py…

    Jupyter Notebook

  5. Parallel-Mandelbrot-Set-Generator Parallel-Mandelbrot-Set-Generator Public

    This repository hosts the implementation of a parallel Mandelbrot set generator. The code in Mandelbrot-parallel.cpp leverages multi-threading to compute the Mandelbrot set using either static or d…

    C++

  6. Histogram-Analysis-with-Parallel-Computing Histogram-Analysis-with-Parallel-Computing Public

    This repository contains a suite of programs for histogram analysis, including parallel implementations derived from a sequential version provided by a parallel computing course. The programs demon…

    C++