Skip to content
View inecik's full-sized avatar
🦦
🦦

Organizations

@theislab
Block or Report

Block or report inecik

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
inecik/README.md
  • 👋 Hi, I’m @inecik
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...

Pinned

  1. Breadth-First-Search-Algorithm Breadth-First-Search-Algorithm Public

    Breadth first search (BFS) implementation is shown on an example database to find out how many 'degrees of separation' apart two actors are.

    Python

  2. Constraint-Satisfaction-Problem-Solver Constraint-Satisfaction-Problem-Solver Public

    The package solves and represents constraint satisfaction problem by backtracking search and checking arc consistency with AC-3 algorithm.

    Python

  3. Minesweeper-with-Artificial-Intelligence Minesweeper-with-Artificial-Intelligence Public

    The game is played by AI or by you.

    Python

  4. RiboSeqAnalysis RiboSeqAnalysis Public

    Integration of multiple ribosome profiling experiments and different sorts of external databases

    Jupyter Notebook

  5. RiboSeqProcess RiboSeqProcess Public

    Ribosome Profiling Data Processing Package

    Python

  6. TicTacToe-with-Artificial-Intelligence TicTacToe-with-Artificial-Intelligence Public

    Minimax algorithm is implemented to decide computer move.

    Python