AnantLuthra / 30daysofcode

The repository contains all my progress/practice/learnings which I'm doing in the 30daysofcode challenge.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

30 days of code

This repository contains my each day progress of #30daysofcode and practice which I've done each day while following cs50x introductory course.


Daily progress

  • Day 1 πŸ”— - Revised basic stuff functions, data types etc in C.
  • Day 2 πŸ”— - revised loops, [lower/upper conversion, implicit & explicit conversion] of characters. also how to make strings.
  • Day 3 πŸ”— - Revised recursions, typdef function.
  • Day 4 πŸ”— - Started solving sea waves(horizontal version) problem.
  • Day 5 πŸ”— - Solved sea waves(horizontal) problem given by Parampreet Singh on twitter.
  • Day 6 πŸ”— - Revised pointers, and how strings our made through it.
  • Day 7 πŸ”— - Revised memory allocation[dynamatically alloted integer array, taking intput(integer, string)].
  • Day 8 πŸ”— - Started revising linked list.
  • Day 9 πŸ”— - Revised how to make linked list and how to print them.
  • Day 10-14 πŸ”— - Revised all stuff of week 5, completed pset5 of week 5.
  • Day 15 πŸ”— - Watched full lecture of week 6 of python.
  • Day 16 πŸ”— - Learned something new in for loop.
  • Day 17 πŸ”— - Today I solved lab 6, and three problems from pset6 of week 6 'python' from cs50x course.
  • Day 18 πŸ”— - Today I solved two remaining problems of week6 pset, and now week 6 is also compelted.
  • Day 19 πŸ”— - learnt more about reading and analyzing data from a csv file through python.
  • Day 20 πŸ”— - Learnt about SQL commands, functions, also(select, insert, update, delete) data.
  • Day 21-23 πŸ”— - Learnt about schemas of database, primary keys, foriegn keys and how we fetch data by nested queries with the help of foriegn keys.
  • Day 24 πŸ”— - Learnt about indexes in SQL.
  • Day 25-26 πŸ”— - Use SQL in python, Race conditions, SQL injection.
  • Day 27 πŸ”— - Solved Lab 7 of week 7.
  • Day 28 πŸ”— - Solved 9 question from pset7 "Movies" of week 7 "SQL".
  • Day 29 πŸ”— - Completed movies problem set of week 7 SQL in cs50x course.
  • Day 30 πŸ”— - Solved fiftyville last problem of week 7 on day 30, also next day I solved it completely link

About

The repository contains all my progress/practice/learnings which I'm doing in the 30daysofcode challenge.


Languages

Language:C 56.6%Language:Python 43.4%