Skip to content
View ErkinTunc's full-sized avatar

Block or report ErkinTunc

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
ErkinTunc/README.md

Hi 👋, I'm Erkin Tunc Boya

A 3rd-year Computer Science student at the University of Clermont Auvergne

Focused on backend development, algorithm design, and structured software architecture.


Core Stack

Languages

Java · Python · C · JavaScript · SQL

Concepts

Data Structures · Graph Algorithms · Dynamic Programming · Database Indexing · External Memory Algorithms


Connect with me

ErkinTunc

Pinned Loading

  1. Gomoku-Game-Project Gomoku-Game-Project Public

    Java Gomoku implementation with a clean domain model and an isolated adversarial search layer prepared for Minimax and Alpha-Beta.

    Java

  2. Financial-Investment-Optimization-Model Financial-Investment-Optimization-Model Public

    Financial investment optimization modeled as a maximum-weight path problem on a Directed Acyclic Graph, solved using dynamic programming.

    TeX

  3. B-Tree B-Tree Public

    B-Tree indexing engine in Java supporting fast key, interval, and prefix search on large datasets.

    Java

  4. External-Sort-Java External-Sort-Java Public

    External sorting implementation in Java for processing CSV datasets larger than memory using run generation and multi-way merge.

    Java

  5. Collaborative-Task-Backend Collaborative-Task-Backend Public

    Backend-oriented multi-user task system exploring object-level authorization and relational domain modeling in Django

    Python

  6. Mini-Compiler-ANTLR4-MVaP Mini-Compiler-ANTLR4-MVaP Public

    Forked from KaramNS/MVaP-Basic-Programming-Language-Compiler

    Educational compiler built with ANTLR4 implementing lexing, parsing, semantic analysis and stack-machine code generation.

    ANTLR