Skip to content
View Mahopanda's full-sized avatar

Block or report Mahopanda

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
Mahopanda/README.md

Hi 👋, I'm Haruki

Data Scientist

mahopanda

  • 🌱 I’m currently learning golang

Connect with me:

https://www.linkedin.com/in/su-chun-huang-77068263/

mahopanda

 mahopanda

Pinned Loading

  1. GraphyGo GraphyGo Public

    該專案用 Go 語言 開發的學習型專案,專注於實現圖(Graph)相關的基礎操作與算法,讓使用者透過實作來更深入理解圖的結構與應用。

    Go

  2. TaskFlowDAG TaskFlowDAG Public

    TaskFlowDAG 提供了一個框架,讓開發者能夠以直觀的方式定義、組織和執行各種數據處理和計算任務的依賴關係。此框架的目標是簡化程式碼的管理,使問題的追踪和定位變得更加容易,並提供一個視覺化的工具來呈現整個流程,幫助開發者和新團隊成員更快速地瞭解和上手。

    Python 5 2

  3. golang-database golang-database Public

    A lightweight key-value store database implemented in Go, featuring dynamic data storage, basic CRUD operations, and query functionality. Currently uses JSON file storage.

    Go 1

  4. golang-practice golang-practice Public

    This repository is a personal project aimed at learning Go by building a simple database from scratch. It features a basic B+ Tree data structure and a custom SQL-like parser, allowing for fundamen…

    Go

  5. golang-practice-mvcc golang-practice-mvcc Public

    Go