Gagandeep Singhneophyte-programmer0903.hashnode.dev·Sep 23, 2023Taking the 100 days of CODE challengehola, folks! it's been several days I have been trying to learn the concepts of Data Structures and Algorithms but every time I start the burning desire lasts hardly for a maximum 4 days so I need to start being accountable in order to build consiste...Discuss·11 likes100DaysOfCode
porobertdevblog.porobert.dev·Sep 23, 20237 Tips That Will Help You Finish #100DaysOfCode ChallengeMany people that want to learn programming joins the #100DaysOfCode challenge created by Alex Kallaway. I'm no exception.I'm addressing this post to this kind of people. As you'll see, my second tip is pretty much against the rules of the challenge. ...Discuss·3 likes·49 reads100DaysOfCode
CodingSplashcodingsplash.hashnode.dev·Sep 23, 2023Day08-User InputThe input() function is a built-in function that allows user input. This input function takes input as a 'string' and gives a return value as string/character hence we have to pass that into a variable. Example: a = input("Enter language: ") print("I...Discuss100DaysofPythonPython 3
Preetika Prakashpreetikaprakash.hashnode.dev·Sep 21, 2023DSA Day 95/100Topic: Strings 1) Reverse Words in StringMedium Input: s = "a good example" Output: "example good a" Explanation: You need to reduce multiple spaces between two words to a single space in the reversed string. public String reverseWords(String s) ...Discuss100DaysOfCode
Khushismilewithkhushi.hashnode.dev·Sep 20, 2023First Week of getting into the 100 Days of Code ChallengeDay 1 Wrote a blog titled "Why Should You Take the "100 Days of Code" Challenge at Least Once in Your Life" on Hashnode. Solved Leetcode Daily Problem. It's been ages since I solved any LeetCode question, hence, initially tried my luck with the Bru...Discuss·11 likes·46 reads100DaysOfCode
CodingSplashcodingsplash.hashnode.dev·Sep 20, 2023Day05-Python Operators # 1PART # 1 Python Operators: Operators are used to perform operations on variables and values. Example: In the example below, we use the + operator to add together two values. Here: '+' is the operator. 5 and 2 are operant. 5+2 are operations. pri...Discuss100DaysofPythonPython
CodingSplashcodingsplash.hashnode.dev·Sep 20, 2023Day04-Variable and Data TypesWhat is Variable? Variable - is like a container that holds data. Example: a = 1234453734563455 print(a) b = "Harry" print(b) Output: 1234453734563455 "Harry" Data Type: Data types specify the type of data that can be stored inside a variable. It i...Discuss100DaysofPythonPython
Aftab Ahmednongeekcodelab.hashnode.dev·Sep 20, 2023My 100-Day Python Journey - Day 10: Mastering Functions, Recursion, and a Calculator ProjectIntroduction Greetings, fellow code enthusiasts! Day 10 of my 100-day Python adventure has been nothing short of exhilarating. Today, I've taken a deep dive into the world of functions, explored the intricacies of multiple return values, delved into ...Discuss·10 likesPython
Hernán Valenciafrjr17.hashnode.dev·Sep 20, 2023My first 7 days in #100DaysOfCodeIt's official, since last Monday I've survived the first week of 100 days of code challenge🔥🔥. and I'm here to tell you what I learned in these days: You'll never know everything: This is hard to process, but as a programmer, it doesn't matter ho...Discuss100DaysOfCode
wipdevwipdev.hashnode.dev·Sep 19, 2023100 Days of Code: 51-60Summary Nothing super fancy. More reading. More problem-solving. There are two published articles too: React Rant (+ Should I Be a Backend Dev?) Two Months of Clojure Day 51 / 10 Sep Finished reading chapter 10 in Clojure for the Brave and True,...Discuss100 Days of Code100DaysOfCode