Skip to content

Instantly share code, notes, and snippets.

@maksimKorzh
maksimKorzh / bf.c
Last active October 11, 2021 12:40
#include <stdio.h>
#define TAPE_SIZE 30000
#define SOURCE_SIZE 30000
char tape[TAPE_SIZE];
// cell is like tape[0] and if we say cell = cell + 1 then it's like tape[1]
char *cell = tape;
@tsiege
tsiege / The Technical Interview Cheat Sheet.md
Last active July 20, 2024 16:44
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

ANNOUNCEMENT

I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!






\