Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (2024)

Amit Nautiyal

UPES

  • Report this post

🚀 Day 31 of My 100 Days of Coding Challenge! 🚀Thrilled to share that I’ve completed four more LeetCode problems today! 🎉1. Merge Nodes in Between Zeros (2181): This problem involved merging nodes in a linked list that are in between zero nodes. It was a great exercise in understanding linked list manipulation and traversal.2. Find First Palindromic String in the Array (2108): This problem required finding the first palindromic string in an array of strings. It was an excellent challenge to practice string manipulation and palindrome checking.3. Integer to Roman (12): This problem involved converting an integer to a Roman numeral. It was a fun exercise to understand the Roman numeral system and implement conversion logic using hash tables.4. Reverse Integer (7): This problem required reversing digits of an integer while handling edge cases like overflow. It was a good challenge to practice integer manipulation and edge case handling.Each problem I solve helps me deepen my understanding of algorithms and data structures. I’m excited to continue this journey and keep learning and growing every day.#100DaysOfCode #LeetCode #CodingChallenge #Algorithm #DataStructures #ProblemSolving #TechCommunity

  • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (2)
  • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (3)
  • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (4)
  • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (5)
  • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (6)

    +3

12

5 Comments

Like Comment

Nandini Kothari

MCA | JAVA | Full Stack Developer | Python | AI and ML

10h

  • Report this comment

The knowledge you are sharing is remarkable!

Like Reply

1Reaction 2Reactions

DHANANJAY PANT

Student

6h

  • Report this comment

Keep it up!

Like Reply

1Reaction 2Reactions

Creds

7h

  • Report this comment

Congrats, Amit Nautiyal, on your outstanding progress! Keep going, we're cheering you on!🚀💫

Like Reply

1Reaction 2Reactions

See more comments

To view or add a comment, sign in

More Relevant Posts

  • Amit Nautiyal

    UPES

    • Report this post

    🚀 Day 30 of My 100 Days of Coding Challenge! 🚀Excited to share that I’ve completed two more LeetCode problems today! 🎉1. Linked List Cycle II (142): This problem involved finding the node where a cycle begins in a linked list. It was a great exercise in understanding linked list manipulation .2. Palindrome Linked List (234): This problem required determining if a singly linked list is a palindrome. It was an excellent challenge to practice two-pointer techniques and linked list reversal.Each problem I solve helps me deepen my understanding of algorithms and data structures. I’m excited to continue this journey and keep learning and growing every day.#100DaysOfCode #LeetCode #CodingChallenge #Algorithm #DataStructures #ProblemSolving #TechCommunity

    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (13)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (14)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (15)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (16)

    12

    8 Comments

    Like Comment

    To view or add a comment, sign in

  • Amit Nautiyal

    UPES

    • Report this post

    🚀 Day 29 of My 100 Days of Coding Challenge! 🚀Excited to share that I’ve completed two more LeetCode problems today! 🎉1. Sum of Beauty of All Substrings (1781): This problem involved calculating the sum of beauty of all substrings of a given string. It was a great exercise in understanding string manipulation.2. Delete Node in a Linked List (237): This problem required deleting a node (except the tail) in a singly linked list, given only access to that node. It was an excellent challenge to practice linked list manipulation and understand node deletion strategies.Each problem I solve helps me deepen my understanding of algorithms and data structures. I’m excited to continue this journey and keep learning and growing every day.#100DaysOfCode #LeetCode #CodingChallenge #Algorithm #DataStructures #ProblemSolving #TechCommunity

    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (20)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (21)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (22)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (23)

    18

    5 Comments

    Like Comment

    To view or add a comment, sign in

  • Amit Nautiyal

    UPES

    • Report this post

    🌟 Excited to Share My Third Task Completion at CodSoft !🌟I'm thrilled to announce that I've successfully completed my third task at CodSoft : building an Iris species classification model! 🌸Objective:The goal of this project was to classify iris species based on their sepal and petal dimensions. This task provided a fantastic opportunity to apply machine learning techniques and gain deeper insights into predictive modeling.Technologies and Tools Used:Python: The primary programming language for data analysis and model building.Pandas:For data manipulation and analysis.NumPy: For numerical operations.Matplotlib and Seaborn:For data visualization.Scikit-learn:For building and evaluating machine learning models.Approach:1. Data Loading & Inspection: Loaded the dataset into a pandas DataFrame. Examined the data to understand its structure and content.2. Data Cleaning: Checked for missing values and handled them appropriately.3. Feature Selection: Selected relevant features to enhance model performance. 4. Model Building: Trained a RandomForestClassifier on the training data. Tuned the model to improve accuracy and robustness.6. Prediction: Made predictions on new data points to classify iris species. Ensured the model's predictions were accurate and reliable.This project was an exciting journey into the world of classification models, and it significantly broadened my understanding of machine learning and data analysis. I'm grateful to the CodSoft team for their continued support and guidance.Looking forward to tackling more challenging tasks and continuing my learning journey! 🚀#DataScience #MachineLearning #IrisClassification #CodSoft #Python #RandomForest #ThirdTask #Achievement #TechInnovation

    12

    Like Comment

    To view or add a comment, sign in

  • Amit Nautiyal

    UPES

    • Report this post

    🚀 Day 28 of My 100 Days of Coding Challenge! 🚀Excited to share that I’ve completed two more LeetCode problems today! 🎉1. Valid Palindrome (125): This problem involved determining if a given string is a palindrome, considering only alphanumeric characters and ignoring cases. It was a great exercise in string manipulation and understanding two-pointer techniques.2. Excel Sheet Column Title (168): This problem required converting a given integer to its corresponding column title as it appears in an Excel sheet. It was an excellent challenge to practice understanding number systems and character mapping.Each problem I solve helps me deepen my understanding of algorithms and data structures. I’m excited to continue this journey and keep learning and growing every day.#100DaysOfCode #LeetCode #CodingChallenge #Algorithm #DataStructures #ProblemSolving #TechCommunity

    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (29)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (30)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (31)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (32)

    21

    7 Comments

    Like Comment

    To view or add a comment, sign in

  • Amit Nautiyal

    UPES

    • Report this post

    🚀 Day 27 of My 100 Days of Coding Challenge! 🚀Excited to share that I’ve completed three more LeetCode problems today! 🎉1. Rotate String (796): This problem involved determining if one string can be rotated to form another string. It was a great exercise in string manipulation and understanding cyclic properties.2. Roman to Integer (13): This problem required converting a Roman numeral to an integer. It was an excellent challenge to practice string manipulation and understand Roman numeral rules. 3. String to Integer (atoi) (8): This problem involved converting a string to an integer. It was a good exercise in handling edge cases, such as whitespace, sign, and overflow conditions.Each problem I solve helps me deepen my understanding of algorithms and data structures. I’m thrilled to continue this journey and keep learning and growing every day.#100DaysOfCode #LeetCode #CodingChallenge #Algorithm #DataStructures #ProblemSolving #TechCommunity.

    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (36)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (37)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (38)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (39)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (40)

      +1

    19

    5 Comments

    Like Comment

    To view or add a comment, sign in

  • Amit Nautiyal

    UPES

    • Report this post

    🚀 Day 26 of My 100 Days of Coding Challenge! 🚀Excited to share that I’ve completed two more LeetCode problems today! 🎉1. Largest Odd Number in String (1903): This problem involved finding the largest odd number that can be formed from a given string representing a large integer. It was a great exercise in string manipulation and understanding number properties.2. Isomorphic Strings (205): This problem required determining if two strings are isomorphic, meaning the characters in one string can be replaced to get the other string. It was an excellent challenge to practice hashtable usage.Each problem I solve helps me deepen my understanding of algorithms and data structures. I’m excited to continue this journey and keep learning and growing every day.#100DaysOfCode #LeetCode #CodingChallenge #Algorithm #DataStructures #ProblemSolving #TechCommunity

    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (44)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (45)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (46)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (47)

    27

    4 Comments

    Like Comment

    To view or add a comment, sign in

  • Amit Nautiyal

    UPES

    • Report this post

    🚀 Day 25 of My 100 Days of Coding Challenge! 🚀Excited to share that I’ve completed two more LeetCode problems today! 🎉1. Remove Outermost Parentheses (1021): This problem involved removing the outermost parentheses of every primitive string in a valid parentheses string. It was a great exercise in understanding string manipulation.2. Reverse Words in a String (151): This problem required reversing the order of words in a given string. It was an excellent challenge to practice string manipulation and understand how to efficiently handle spaces and word boundaries. Each problem I solve helps me deepen my understanding of algorithms and data structures. I’m excited to continue this journey and keep learning and growing every day.#100DaysOfCode #LeetCode #CodingChallenge #Algorithm #DataStructures #ProblemSolving #TechCommunity.

    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (51)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (52)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (53)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (54)

    12

    7 Comments

    Like Comment

    To view or add a comment, sign in

  • Amit Nautiyal

    UPES

    • Report this post

    🚀 Day 24 of My 100 Days of Coding Challenge! 🚀Excited to share that I’ve completed two more LeetCode problems today! 🎉1. Sqrt(x) (69): This problem involved computing and returning the square root of a non-negative integer. It was a great exercise in understanding binary search and optimizing for time complexity. 2. Merge Two Sorted Lists (21): This problem required merging two sorted linked lists into one sorted linked list. It was an excellent challenge to practice linked list manipulation and merging techniques.Each problem I solve helps me deepen my understanding of algorithms and data structures. I’m excited to continue this journey and keep learning and growing every day.#100DaysOfCode #LeetCode #CodingChallenge #Algorithm #DataStructures #ProblemSolving #TechCommunity

    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (58)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (59)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (60)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (61)

    28

    9 Comments

    Like Comment

    To view or add a comment, sign in

  • Amit Nautiyal

    UPES

    • Report this post

    🚀 Day 23 of My 100 Days of Coding Challenge! 🚀Excited to share that I’ve completed two more LeetCode problems today! 🎉1. Search a 2D Matrix (74): This problem involved searching for a target value in a 2D matrix where each row and column is sorted. It was a great exercise in understanding binary search and optimizing search algorithms for 2D data structures.2. Search a 2D Matrix II (240): This problem required searching for a target value in a 2D matrix where each row is sorted in ascending order and each column is sorted in ascending order. It was an excellent challenge to extend the concepts from the first problem and practice more complex variations of search algorithms.Each problem I solve helps me deepen my understanding of algorithms and data structures. I’m excited to continue this journey and keep learning and growing every day.#100DaysOfCode #LeetCode #CodingChallenge #Algorithm #DataStructures #ProblemSolving #TechCommunity

    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (65)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (66)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (67)
    • Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (68)

    26

    10 Comments

    Like Comment

    To view or add a comment, sign in

Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (71)

Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (72)

  • 36 Posts

View Profile

Follow

Explore topics

  • Sales
  • Marketing
  • Business Administration
  • HR Management
  • Content Management
  • Engineering
  • Soft Skills
  • See All
Amit Nautiyal on LinkedIn: #100daysofcode #leetcode #codingchallenge #algorithm #datastructures… (2024)
Top Articles
Why Harris and Democrats keep calling Trump and Vance 'weird'
Top GIF Makers for X (Twitter) in 2024
Craigslist Livingston Montana
Using GPT for translation: How to get the best outcomes
Was ist ein Crawler? | Finde es jetzt raus! | OMT-Lexikon
Jennifer Hart Facebook
Voordelige mode in topkwaliteit shoppen
Chelsea player who left on a free is now worth more than Palmer & Caicedo
Mustangps.instructure
Helloid Worthington Login
Capitulo 2B Answers Page 40
What Is Njvpdi
What to do if your rotary tiller won't start – Oleomac
Turning the System On or Off
Https E24 Ultipro Com
Hoe kom ik bij mijn medische gegevens van de huisarts? - HKN Huisartsen
Becu Turbotax Discount Code
Busted Barren County Ky
Apne Tv Co Com
Used Sawmill For Sale - Craigslist Near Tennessee
Bend Pets Craigslist
Aaa Saugus Ma Appointment
Traveling Merchants Tack Diablo 4
Where Is George The Pet Collector
Hdmovie 2
Kirksey's Mortuary - Birmingham - Alabama - Funeral Homes | Tribute Archive
Program Logistics and Property Manager - Baghdad, Iraq
Hood County Buy Sell And Trade
Construction Management Jumpstart 3Rd Edition Pdf Free Download
Discord Nuker Bot Invite
Craigslist Rentals Coquille Oregon
JVID Rina sauce set1
Skymovieshd.ib
The Collective - Upscale Downtown Milwaukee Hair Salon
Bayard Martensen
Rugged Gentleman Barber Shop Martinsburg Wv
Publix Coral Way And 147
Rogold Extension
Baddies Only .Tv
Tamil Play.com
Supermarkt Amsterdam - Openingstijden, Folder met alle Aanbiedingen
Appraisalport Com Dashboard /# Orders
Craigslist Neworleans
Electronic Music Duo Daft Punk Announces Split After Nearly 3 Decades
Fetus Munchers 1 & 2
2007 Jaguar XK Low Miles for sale - Palm Desert, CA - craigslist
Juiced Banned Ad
Here's Everything You Need to Know About Baby Ariel
Europa Universalis 4: Army Composition Guide
Craigslist Pet Phoenix
Underground Weather Tropical
M Life Insider
Latest Posts
Article information

Author: Msgr. Refugio Daniel

Last Updated:

Views: 5729

Rating: 4.3 / 5 (74 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Msgr. Refugio Daniel

Birthday: 1999-09-15

Address: 8416 Beatty Center, Derekfort, VA 72092-0500

Phone: +6838967160603

Job: Mining Executive

Hobby: Woodworking, Knitting, Fishing, Coffee roasting, Kayaking, Horseback riding, Kite flying

Introduction: My name is Msgr. Refugio Daniel, I am a fine, precious, encouraging, calm, glamorous, vivacious, friendly person who loves writing and wants to share my knowledge and understanding with you.