Skip to content
View phntom's full-sized avatar

Organizations

@proofpoint

Block or report phntom

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. charts Public

    Curated applications for Kubernetes

    Go 7 3

  2. fused_home Public

    Python 1

  3. edit_distance.py
    1
    def ed(w1, w2):
    2
        l1, l2 = len(w1), len(w2)
    3
        
    4
        if l1 == 0:
    5
            return l2
  4. 1800starwars.py
    1
    numbers = {
    2
            78279277: 'STARWARS'
    3
            }
    4
    
                  
    5
    words = set(numbers.values())
  5. coin_sum.py
    1
    ### NaiveMultiCoinSum ###
    2
    # this is O(2^n) runtime and O(n) space
    3
    def coin_sum(coins, target_sum):
    4
      # the number of coins combinations that sum to target
    5
      seen_ordered = set()
  6. anton Public

    IntelliJ Plugin for all things Anton

    Java 1

34 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

phntom has no activity yet for this period.
Loading