I know I'm late but i'll be joining
@kirat_tw
Cohort 2.0
Its all happened due to my endsem exams and I know I can cope up with it.
I want to join/create a subgroup of 4-5 beginners, let me know!
today my birthday tweet grabbed more view than I expected 😭👍🏻
3400+ views
80 likes
15+ new connections
it made my day. thank you everyone and
@X
algorithm
Day19 of
#100DaysOfCode
Dsa:
I started learning Recursion
-few examples
-function call stack flow
-Recursion tree
-components of recursive -function
I've been busy whole day that s the reason I couldn't tweet earlier.
day9-11 of
#100DaysOfCode
-revised oops concept in c++
-revised linked list
-question of LL :
- reverse LL
- middle LL
- reverse LL in k order
- circular list or not
Day 1-2 of
#100DaysOfCode
Dsa:
Revised for loop, while loop, pattern printing, merge two sorted array in first array(leetcode 88), sorting of 0s, 1s and 2s
Solved striver a2z dsa sheet step 1.1 completely
Day22 of
#100DaysOfCode
Dsa:
I learned recursion with string. And solved a few qns:
-reverse string
-check palindrome
-calculating power
-bubble sort
-selection sort
-insertion sort
Day14 of
#100DaysOfCode
Web dev:
I wrote my first Express App, learned about static files and installed Pug template engine.
Ik I am slow in this learning process because I have my internals and quizzes going on.
day17 of
#100DaysOfCode
Solved below qns on CN:
-deletion of given node
-insertion before head
-insert after given node
-insert at end
-reverse a DLL
-add two numbers in ll
(it was a productive day 🥳)
Day1 of
#100DaysOfCode
webdev:
I learned about .length, .indexOf, .slice, .replace, .split, push, pop, shift, unshift, forEach, callback fn, object, class, json
dsa:
In recursion I learned Quick Sort, subset and subsequences of string
#buildinpublic
goal for the nxt 7 days
7 *12 = 84 hrs
WebD:
cohort ~17 hrs lecs
i will try to complete till week 3 syllabus
Dsa:
~10 hrs lecs
In Recursion: quick sort, subset, sequences, phone keypad prblm, permutation of string, rat in maze, TnS& OOPS concepts, Linked list
day6 of
#100DaysOfCode
in linked list topic of dsa I learned about:
-singly LL
-insert in head, middle, talk
-deletion
-doubly LL
-circular LL
-insert node in CLL
Day3 of
#100DaysOfCode
webdev:
revised async and promise, started NodeJs and its runtime
dsa:
Rate in a maze problem, Time and space complexity of recursive algo
#Day6
of
#100DaysofCode
DSA
✅find unique element, duplicate element, array intersection
WebDev
✅Creating custom variable, transition effects in CSS
Book1
✅130/305 pages
I have to be strong and not lose consistency.
#programming
#coding
I have been trying since last 1hr to set my body background image properly. I couldnt🤯🤯
Somebody please help me with this and suggest a way that will always work
day24-27 of
#100DaysOfCode
solved some qns on
@CodingNinjasOff
-next smaller element
-largest rectangular area in histogram
-celebrity problem
-max rectangle in binary matrix
-n stacks in an array
-binary search implementation
Day7 of
#100DaysOfCode
Web dev:
In javascript I learned alert, prompt, confirm, for, while, forEach, Do while loops and lillte bit of navigating the DOM
Small win matters.
day35 of
#100DaysOfCode
-reverse level order traversal
-inorder, preorder and post order using iterative method
-build tree from level order
-height of tree
-diameter of tree
-check for balanced tree
day15 of
#100DaysOfCode
webdev:
array and its methods in js, slice(), splice(), concat(), spread, flat(), Array.isArray(), Array.from(), Array.of()
Object declaration with literals and constructor, Objects.assign(), destructure, json basics
day14 of
#100DaysOfCode
dsa:
In LL revised concepts like traversal, length, search an element, deletion and insertion at head, tail and Kth position
webdev:
revised basic js functions of maths and date
Hey devs,
🚀 Exciting News Alert! 🚀
🌀 Get ready to ride the coding storm at
#HackHurricane
! 🌀
🌐 400+ applications and counting! The energy is electrifying ⚡️
🚀 Register NOW:
Day5 of
#100DaysOfCode
Web dev:
Started learning javascript
learned about var, let, console.log, operator, string, template literals and adding HTML with Js
day7-8 of
#100DaysOfCode
I revised recursion:
-basics
-binary search
-with string
-merge, quick, selection sort
solved problem:
-subset and subsequences
-permutation of string and number
Should I post the notes of recursion!?
How to develop logic building in DSA problems??
Pattern qns was OK.
I am facing lots of difficulties in it.
Sometimes I think I need a soundproof walls where I can cry out loud.
Guyz I'm organising a hackathon named
@HackHurricane
. And we have got 149 applications so far from all over India 🇮🇳
Its also beginner friendly.
Register at:
day29-31 of
#100DaysOfCode
-reverse queue (in O(1) and O(N) S.C.)
-find negative integers in window of size k
-reverse first k elements in queue
-sort by kth bit (potd)
Guyz I'm organising a hackathon named
@HackHurricane
. And we have got 149 applications so far from all over India 🇮🇳
Its also beginner friendly.
Register at:
recursion is a technique of function calling itself, but callbacks are a way for a function to pass a reference to another function, so that the latter can be invoked later on
☀️ One week of summer vacation down and I've realized it's time to level up! Starting my 100 days of code challenge today!
💻 Let's make the most out of this summer and conquer new heights in programming! 🚀
#100DaysOfCode
#SummerChallenge
day13 of
#100DaysOfCode
from
#striver
sheet:
-seggregate odd even in LL
-remove nth node form end
-check if LL is palindrome
-find middle element of LL
(solved only by brute force as of now)
day 1/100 of
#100DaysOfCode
challenge.
Started learning 2D array.
Solved-
Q1. Print 2D array in sine wave order
Q2. Spiral matrix (leetcode 54)
#CodingJourney
day28 of
#100DaysOfCode
-design a special stack problem
-starting learning queue
-circular queue
-input and output restricted queue
-deque and its implementation
Day 3 of
#100DaysOfCode
DSA
✅Operator Precedence, Variable Scoping, Binary and Decimal Number System
WebDev
✅em, rem, vh, vw, Responsive Design, Media Query
Book1
✅80/305
I can. I will.
day 8-9 of
#100DaysOfCode
Started studying pointer.
Done with basic like symbol table, its way of storing and printing, copying a pointer. Its bit confusing 🥺
#codinglife
day34 of
#100DaysOfCode
In binary tree I learned :
-basics terms like child, parent, siblings etc
-build a binary tree
-level order, inorder, preorder and postorder travers al
-create a tree from level order traversal
Day7-8 of
#100DaysOfCode
DSA
✅time nd space complexity, binary search
WebDev
✅transform property in css
Misc: I was exploring open source since last 2 days, watched 10+ videos, 20+articles, finally things are little bit clear 😅😅
day21-23 of
#100DaysOfCode
-revised LL prvsly solved qns
-stack implementation using array, LL, queue
-delete middle form stack
-valid parentheses
-insert an element at the bottom of stack
-reverse stack using recursion
day4-5 of
#100DaysOfCode
Revised STL c++ library
Solved three questions
Q1. Find pivot in an array
Q2. Search in a rotated sorted array (CN)
Q3. Sqrt using Binary Search
#CodingJourney
day19-20 of
#100DaysOfCode
-reverse LL
-merge two sorted LL
-middle of LL
-add two numbers as LL II
-remove duplicates from a sorted DLL
-add 1 to a number represented as DLL
(gaining confidence in LL 🥳)
day 2/100 of
#100DaysOfCode
Today I solved 2D array qns and learned time n space complexity
Q1. Transpose of matrix(gfg)
Q2 Rotate 2D array by 90° anti-clockwise(gfg)
Q3. Rotate array by 90° clockwise(lc)
#CodingJourney
Here are my notes:
Day2 of
#100DaysOfCode
webdev:
I learned about async functions and promise
Promise just blew my mind 🤌🏼🤯
dsa:
Phone keypad problem, permutation of string
I am facing difficulty in my education loan. That too in my college campus.
Its been 6+ months I applied for loan.
I have to pay for next sem by 5th Jan. Bank is still not showing any response. I am helpless now.
@BankofBarodaCEO
(if any1 knw hw to deal with it, I rqst to rply)
Guyz I'm organising a hackathon named
@HackHurricane
. And we have got 149 applications so far from all over India 🇮🇳
Its also beginner friendly.
Register at: