Skip to content
The Code Stories

The Code Stories

A student run programming platform

  • Home
  • Categories
    • Algorithms
    • Projects
    • Hacking
    • Machine Learning
    • Physics
    • Problems & Solutions
  • About us
  • Become Author
  • Subscribe

Month: March 2020

Calculator using PyQt5

By Ansh GroverPosted on March 31, 2020April 1, 2020
  • Projects

A calculator is an object of everyday use and none of us can imagine a life without it. Therefore, I decided to make a calculator of my own using pyqt5.

Calculator using PyQt5 Read More

AI/ML Prerequisites: Data Visualisation in R

By Aditya PentyalaPosted on March 31, 2020March 31, 2020
  • Machine Learning

This post provides an introduction to R from a data visualisation point of view and includes implementations of Iris dataset scatterplots and scatterplot matrices.

AI/ML Prerequisites: Data Visualisation in R Read More

Terminologies Used in Machine Learning

By Saarang SrinivasanPosted on March 30, 2020March 30, 2020
  • Machine Learning

An introduction to the important terms used in machine learning.

Terminologies Used in Machine Learning Read More

AI/ML Prerequisites: Data Visualisation in Python

By Aditya PentyalaPosted on March 30, 2020March 31, 2020
  • Machine Learning

This post discusses the basics of data visualisation in python and includes an example of visualising the iris dataset in python.

AI/ML Prerequisites: Data Visualisation in Python Read More

Smurf Paths Dunjudge Editorial

By Saarang SrinivasanPosted on March 30, 2020March 30, 2020
  • Algorithms
  • Problems & Solutions

An editorial to a interesting problem present on dunjudge. It involves the fantastic use of graphs along with segment tree.

Smurf Paths Dunjudge Editorial Read More

Tic Tac Toe

By Aditya PentyalaPosted on March 29, 2020April 19, 2020
  • Projects

This post discusses the logic behind coding a 2 player game of tic tac toe and includes a step by step procedure to make a CUI game, its implementation in Scala, and a link to download a GUI game in Python.

Tic Tac Toe Read More

Graphs: An Overview

By Pradyun GoelPosted on March 29, 2020March 30, 2020
  • Algorithms

A graph is a data structure composed of nodes(vertices) and edges. Simple, I know. Not enough to …..

Graphs: An Overview Read More

Depth First Traversal

By Ansh GroverPosted on March 27, 2020March 31, 2020
  • Algorithms

This is an algorithm that is used to traverse a graph Depth-wise. We move forward in depth and visit all the adjacent nodes of a given starting node.

Depth First Traversal Read More

Merge Sort

By Ansh GroverPosted on March 25, 2020March 30, 2020
  • Algorithms

This is also a kind of divide and conquer algorithm where we divide the array into two parts and then call the same function on the two parts and finally merge the sorted halves.

Merge Sort Read More

Brute Force Attack

By Aditya PentyalaPosted on March 25, 2020October 14, 2020
  • Hacking

This post discusses the basic cryptographic concept of a brute force attack aimed at guessing a password and includes a python implementation of a brute force attack to gain access to a protected file.

Brute Force Attack Read More

Posts navigation

Older

Recent Posts

  • Understanding Hacking
  • Apple M1 Chip
  • DARK WEB
  • HOW THE INTERNET WORKS
  • Confetti on scratch

Subscribe

Check your inbox or promotions tab to confirm your subscription.

Archives

  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • July 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020

About Us

This is a student run programming platform. Students from all over write editorials and blogs about their programs to extend their knowledge and understanding to the world.

Archives

  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • July 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020

Contact us!

You can contact us with your queries or suggestions at:

admin@thecodestories.com

Copyright © 2021 The Code Stories. All Rights Reserved | Blog Diary by Theme Palace
Copyright © 2020 The Code Stories. All Rights Reserved