Skip to content
View anazareth's full-sized avatar

Block or report anazareth

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. tweet-proj tweet-proj Public

    Code for data analysis portion of my MSc thesis entitled "Community Analysis of Networks of Twitter Keywords".

    Python

  2. Advent2021 Advent2021 Public

    Advent of Code problems 2021.

    Python

  3. Monte Carlo simulation of Buffon's n... Monte Carlo simulation of Buffon's needle problem.
    1
    clc; clear
    2
    
                  
    3
    L = 1; % length of needle
    4
    num_needles = 1000; % number of needles to drop
    5
    
                  
  4. NHLDraftSim NHLDraftSim Public

    simple c# practice simulating NHL draft lottery

    C#

  5. SudokuSolver SudokuSolver Public

    sudoku solver using backtracking and recursion

    Python

  6. AoC22 AoC22 Public

    Advent of Code challenge 2022

    Python