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

Highlights

  • Pro

Block or report speix

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. amazon-bedrock-with-langchain amazon-bedrock-with-langchain Public

    Amazon Bedrock with Anthropic's Claude v2 and LangChain to summarize a Medium blog post

    Go 1

  2. sudoku-solver sudoku-solver Public

    Implemented AC3, Backtracking and Forward Checking algorithms in combination with Most Constrained Variable and Least Constraining Value heuristics to solve any Sudoku board

    Python 6 2

  3. memcash memcash Public

    Memory storage gRPC service with time persistence. Supports authentication and health checking functionality in case it integrates with a container-orchestration system like Kubernetes.

    Go

  4. 8-puzzle-solver 8-puzzle-solver Public

    Implemented BFS, DFS, A* and IDA* to solve the n-puzzle problem

    Python 57 33

  5. 2048-puzzle-solver 2048-puzzle-solver Public

    Implemented Minimax algorithm with AB-Pruning using Iterative Deepening approach to solve 2048 puzzle

    Python 1 2

  6. fare-estimator fare-estimator Public

    Given a representation of segmented road paths among taxi rides, the estimator calculates the total price of each ride.

    Go