Skip to content
View Sanjana00's full-sized avatar
🪐
Exploring
🪐
Exploring

Block or report Sanjana00

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Sanjana00/README.md

There’s no match that you can’t win, and there’s no match that you’ll win for sure

Hello, World!

You know me as Sanjana

(She/They)

Or maybe you know me as Sancho. Some special people know me as Chotik.

I am currently a third year student of Computer Science at IIESTS. I am 21 years old and I started my coding journey 6 years ago, in Java.

Two years ago, I picked up Python by myself. I need to code in C for the college coding labs and I am currently trying out C++. I've had some fun with Haskell, Go and MATLAB.

I mainly code in Python these days.

My portfolio.

My Interests

I knew I liked computing from a fairly young age, but to this date I have not been able to pinpoint a particular domain to call it my interest. I've always been a bit of a "Jack of All Trades" character. Recently, I've realised I'm comfortable with calling myself an Explorer.

In my free time, I catch up on some extra studies in theoretical computing or get started on some project in my long to-do list. I also enjoy problem solving and I am particularly intrigued by puzzles (even though I'm not very good at them!).

Hobbies

  • I have been teaching myself Japanese for over two years now
  • Football player, Jersey no. 4 (5 years on the field)
  • Passionate book reader collector (I also collect bookmarks from different countries~!)

Fun Fact: I drew my profile icon (PyParty) as well as this illustration depicting my permanent state (Codenashi)

Find Me

LinkedIn Gmail

Looking forward to what I achieve next!

Catch up with my conquests on my Github profile~

Sanjana00

Pinned Loading

  1. Data-Structures-Java Data-Structures-Java Public

    Data structures implemented in Java programming language.

    Java 1

  2. Line-Follower Line-Follower Public

    Implementing PID controller to program line follower in Arduino for white line on black arena.

    C++ 1 1

  3. Conway-Game-of-Life Conway-Game-of-Life Public

    Python 2

  4. Tic-Tac-Toe-with-Reinforcement-Learning Tic-Tac-Toe-with-Reinforcement-Learning Public

    Implementing MENACE using tabular Q learning algorithm

    Python 3 2

  5. Sudoku-Solver Sudoku-Solver Public

    Sudoku solver coded in python. Uses logic to solve easy, medium and hard level Sudoku puzzles, but resorts to backtracking for puzzles with extreme difficulty.

    Python 3

  6. MAB-Arm-Choosing MAB-Arm-Choosing Public

    Analysis to explore arm choosing strategy in epsilon-greedy approach in Multi-Arm Bandits

    Jupyter Notebook