Skip to content
View Aryansh-S's full-sized avatar
🧸
🧸

Highlights

  • Pro
Block or Report

Block or report Aryansh-S

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

Links

Authoring USACO Problems

In reverse chronological order and stratified by division, here is the list of released problems, not including contributions to training camp selection tests:

Pinned

  1. USACO USACO Public

    Algorithms, data structures, and problems in competitive programming up to USACO Platinum

    C++ 37 4

  2. fastdark.vim fastdark.vim Public

    A minimalistic One Dark color scheme for Neovim and Vim (use with Neovim Treesitter or Vim Polyglot)

    Vim Script 4

  3. Aryansh-S Aryansh-S Public

    3

  4. Aryansh-S.github.io Aryansh-S.github.io Public

    HTML

  5. Save and Load a List of TensorFlow T... Save and Load a List of TensorFlow Tensors (of Arbitrary Types) as a TFRecord File
    1
    import tensorflow as tf
    2
    import numpy as np
    3
    
                  
    4
    # works for tensors of arbitrary types and any level of nesting!
    5
    # useful to save the data in any organized containers that aren't easily serializable but can be made into lists of tensors