Skip to content
View Mintri1199's full-sized avatar
💻
Everything will be alright
💻
Everything will be alright

Block or report Mintri1199

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

python anime

Pinned Loading

  1. Industry_Collaboration_Project Industry_Collaboration_Project Public

    An iOS app that let's you generate wallpaper with your goals on it.

    Swift

  2. Smart_Art_iOS_App Smart_Art_iOS_App Public

    Swift 1

  3. basicDecimalTree.swift basicDecimalTree.swift
    1
    class DecimalSearchTree{
    2
        
    3
        let root: DecimalTreeNode = DecimalTreeNode(data: "+")
    4
        var size: Int = 11  // number of nodes in the tree and the unuse node
    5
        var usedSize: Int = 0 // Number of nodes that are used
  4. Magic_API Magic_API Public

    A lightweight API for creature keywords object for Magic the Gathering

    JavaScript