Skip to content
View aydinsimsek's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report aydinsimsek

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

Pinned Loading

  1. tm4c123-SPI tm4c123-SPI Public

    Serial communication between two Tiva™ C Series TM4C123G LaunchPad Evaluation Boards.

    C 4 1

  2. Self-Driving-Car-Simulation Self-Driving-Car-Simulation Public

    Reproduces a human performed driving pattern using the supervised learning based behavioral cloning approach.

    Python 1

  3. Problem-Solving Problem-Solving Public

    My solutions to LeetCode Top Interview 150, exercism.io C++ track and HackerRank Algorithms and Data Structures.

    C++ 1

  4. Self-Driving-Robot-Car Self-Driving-Robot-Car Public

    Processes images, detects objects and takes necessary actions such as steering left/right, stopping, changing lanes.

    C++ 1

  5. Markov-Chain-Text-Generator Markov-Chain-Text-Generator Public

    A text generator that guarantees to generate syntactically correct and arbitrary length texts based on a training text.

    Java 1

  6. chess-AI chess-AI Public

    A chess program created using minimax algorithm with alpha-beta pruning.

    JavaScript