Skip to content

Latest commit

 

History

History
161 lines (119 loc) · 2.9 KB

README.md

File metadata and controls

161 lines (119 loc) · 2.9 KB

HackerRank 🐱‍💻

This is my repository where I'll storage my solutions to the exercises from HackerRank, feel free to learn with me! :D

About 👾

Here's HackerRank profile C:! https://www.hackerrank.com/xDazai

Anyways, in the list below, I'll enlist all the categories of exercises that I had solved 😺



C

Introduction
    1. Hello World
    1. Playing with Characters
    1. Sum and Difference of Two Numbers.
    1. Functions
    1. Pointers
Conditionals and loops
    1. Conditional Statements in C.
    1. For loop in C.
    1. Sum of digits of a five digit number.
    1. Bitwise Operators.
    1. Printing patterns using loops.


C++

Introduction
    1. Hello World
    1. Input and Output
    1. Basic Data Types
    1. Conditional Statements
    1. For loop
    1. Functions


Python

Introduction
    1. Hello World
    1. If-Else
    1. Arithmetic Operators
    1. Division
    1. Loops
    1. Write a function
    1. Print Function
Numpy
    1. Arrays
    1. Shape and Reshape


SQL

Basic Select
    1. Revising the Select Query 1
    1. Revising the Select Query 2
    1. Select All
    1. Select by ID
    1. Japanies Cities Attributes
    1. Japanese Cities Names
    1. Weather Observation Station 1
    1. Weather Observation Station 3
    1. Weather Observation Station 4


Java

Introduction
    1. Welcome to Java
    1. Java Stdin and Stdout


30 Days of Code

30 Days of Code
    1. Hello, World (Made in C)
    1. Data Types (Made in C)
    1. Operators (Made in C)
    1. Intro to Conditional Statements (Made in C)
    1. Class vs. Instance (Made in C++)
    1. Loops (Made in C)
    1. Let's Review (Made in C)
    1. Arrays (Made in Python)