Skip to content

Instantly share code, notes, and snippets.

View WrichikBasu's full-sized avatar

Wrichik Basu WrichikBasu

View GitHub Profile

148 Programming Questions

The following is a list of all the programming questions that I had solved through middle school and high school.

I programmed these questions in Java, but with slight modifications, these can also be done in Python or any other language. These are meant to improve your concepts and build a programming logic, and thereby strengthen your foundations.

These were lying in a .docx file on my system. I have compiled them into a more readable and widely accepted format. Some formatting issues might still be present, which I intend to fix as I find them. On the same note, if any question does not make sense, feel free to post a comment and I will cross-check with the .docx file.

@WrichikBasu
WrichikBasu / mathsettings.sty
Last active March 9, 2025 04:37
LaTeX macros for math
%!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
% DO NOT MODIFY THIS FILE (UNLESS TO ADD SOMETHING)!
% Use a separate file for project-specific macros.
%!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{mathsettings}[2021/09/06 Math settings package]
\RequirePackage{amssymb}
\RequirePackage{mathtools}