Skip to content
View Annahcj's full-sized avatar

Block or report Annahcj

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

Hi there 👋

I'm Anna, and I work as a full-stack software engineer. In my spare time, I solve algorithmic problems. I hope my repositories help your problem-solving skills and software development journey 🌱

Science is what we understand well enough to explain to a computer. Art is everything else we do.
Instead of imagining that our main task is to instruct a computer what to do,
let us concentrate rather on explaining to human beings what we want a computer to do - Donald Knuth.

Pinned Loading

  1. javascript-algorithms-and-data-structures javascript-algorithms-and-data-structures Public

    Improve the performance of front-end and back-end applications through optimised JS code. Each solution is for the corresponding LeetCode question and contains a detailed explanation, time and spac…

    JavaScript 46 18

  2. javascript-design-patterns javascript-design-patterns Public

    Design patterns are solutions to the commonly occurring problems in software design. It represents the best practices adopted by experienced object-oriented software engineers.

    8 2

  3. SQL-MySQL-Solutions SQL-MySQL-Solutions Public

    Structured Query Language (SQL) is the most commonly used programming language for querying and managing data in relational databases. The solution is for the corresponding LeetCode SQL question.

    3 1

  4. beavr-js beavr-js Public

    Data structures and algorithms written in JavaScript with TypeScript types

    JavaScript