100daysofcoding's profile picture. Programmer!

100daysofcoding

@100daysofcoding

Programmer!

Day7: Started learning about design patterns from the below site. oodesign.com Tomorrow's task: 1. Will continue to tomorrow as well. 2. Revise previous data structures learnt. 3. Solve 1-2 problems from geeks for geeks. #100daysofcoding @100daysofcoding


Day6: Learnt about graph and how to store it in adjacency list. #100daysofcoding @100daysofcoding


What I learnt in last 5 days. -- LinkedList and its basic operations -- Binary Search Tree and its basic operations -- Heap Sort It's going good. I'm loving it. #100daysofcoding


Day5: Learnt about binary search tree. -- insertNode -- removeNode -- printNode Also learnt about HeapSort. stackoverflow.com/questions/1557… Tomorrow's task: Revise previous learnt lessons Learn about other sorting algorithms #100daysofcoding @100daysofcoding


“How to think like a programmer — lessons in problem solving” by @richardreeze medium.freecodecamp.org/how-to-think-l…


Day4: Implemented LinkedList and added following methods: addNode(int v) removeNode() printList() rotateList(int k) reverseList() getMiddleNode() Fully enjoyed today's learning. Tomorrow's task: 1. Revise previous topics 2. Learn about Tree. #100daysofcoding @100daysofcoding


Day3: Solved below. 1. Parentheses checker 2. Reverse words sequence in a string Learning: When splitting the string using dot(.) as delimiter, make sure to escape it. I spent quite amount of time to resolve this. String[] s = str.split("\\."); #100daysofcoding @100daysofcoding


Day 2: It's been really great to learn about ruby construct today. Enjoying the progress. #100daysofcoding @100daysofcoding


Today was my 1st day of coding and I solved 2 array questions. #dayone99daystogo #100daysofcoding @100daysofcoding


Let's take pledge to write code for 100 days and see the best programmer coming out of you. #100daysofcoding @100daysofcoding


Loading...

Something went wrong.


Something went wrong.