jindalabhishek1

32256963?v=4

jindalabhishek1
: jindalabhishek1

About me

Nothing here yet. Update your profile at /profiles/jindalabhishek1.adoc

Day 00: cpp

Day 00: Hello World

I’ll keep it simple this year to fully enjoy solving the puzzles. I will try multiple languages to solve the problems. Mostly I will use C++ and Python.

Run Solutions

Compile the solution with g++ -o hello hello.cpp

Run the solution with ./hello

Day 01: c

Day 01

Implemented in C * Learned - How to handle files in C

Pre-requisite: A file input.txt with the data in it

Part 01

Compile the solution with gcc -o part1 part1.c

Run the solution with ./part1

Part 02

Compile the solution with gcc -o part2 part2.c

Run the solution with ./part2 input.txt

Day 02: c

Day 02

Implemented in C

Learned
  • How to handle files in C

  • Better code quality

Pre-requisite: A file input.txt with the data in it

Part 01

  1. Compile the solution with gcc -o part1 part1.c

  2. Run the solution with ./part1

Part 02
  1. Compile the solution with gcc -o part2 part2.c

  2. Run the solution with ./part2 input.txt