Skip to content
View santosaprima's full-sized avatar
  • Octomate
  • Indonesia

Block or report santosaprima

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. android-kotlin-hackernewsreader android-kotlin-hackernewsreader Public

    A Hacker News Reader app written in Kotlin

    Kotlin

  2. android-kotlin-redditreader android-kotlin-redditreader Public

    An app that uses paging library and networking library to show Reddit home feed

    Kotlin

  3. Linear Search Algorithm, the time co... Linear Search Algorithm, the time complexity for this algorithm is O(n)
    1
    const myArray = [1, 2, 6, 10, 67, 15, 6, 50, 44, 87, 12, 11, 40]
    2
    const num = 11
    3
    
                  
    4
    const linearSearch = (arr, num) => {
    5
      for (i = 0; i < arr.length; i++) {
  4. Binary search algorithm. Time comple... Binary search algorithm. Time complexity is O(log n)
    1
    // Must be sorted list
    2
    const myArray = [1, 2, 5, 8, 10, 12, 15, 18, 22, 30, 39, 50, 80, 100, 110, 120, 200]
    3
    const num = 39
    4
    
                  
    5
    const binarySearch = (arr, num) => {
  5. ios-swift-macawarta ios-swift-macawarta Public

    An app to read, explore, and search news around the world

    Swift 1

  6. ios-swift-pustakakaulinan ios-swift-pustakakaulinan Public

    An app to track your favorite games

    Swift 1