Skip to content
View bcbulbul1607android's full-sized avatar
👁️‍🗨️
👁️‍🗨️

Block or report bcbulbul1607android

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. KMeans Kotlin KMeans Kotlin
    1
    import android.util.Log
    2
    import kotlin.jvm.JvmOverloads
    3
    import java.util.*
    4
    
                  
    5
    /**
  2. Decision Trees Algorithm Decision Trees Algorithm
    1
    import kotlin.collections.ArrayList
    2
    import kotlin.collections.HashMap
    3
    
                  
    4
    // DecisionTree class which defines the whole tree. The tree is created by recursively calling a method.
    5
    // Hence, we use HashMap<String,Any> as the datatype of our tree.
  3. FileParser FileParser Public

    File Parser written in Java

    Java

  4. GoogleScholarParser GoogleScholarParser Public

    Google Scholar Parser written in Python

    Python

  5. BCBMusicPlayer BCBMusicPlayer Public

    Music Player written in Python

    Python