Bharadwaj Srikaa on LinkedIn: ๐Ÿ† SkillBadge Unlocked! | Coding Ninjas Studio (2024)

Bharadwaj Srikaa

Software Developer | Tech Enthusiast | Graphic Designer | Video Editor | Photographer

  • Report this post

Let's Go Alreadyyyyyyyy.

๐Ÿ† SkillBadge Unlocked! | Coding Ninjas Studio students.codingninjas.com
Like Comment

To view or add a comment, sign in

More Relevant Posts

  • Ankit Yadav

    Expert(Level 7) @codestudio | Java | C++ | DSA | Problem Solving | Frontend Web Development | Machine Learning | CSE'24 | 3K+ @Linkedin

    • Report this post

    Hello Connections!!Thrilled to share that I've achieved the Samurai Badge in Binary Search on Codestudio for successfully solving a series of medium-level problems related to Searching Algorithms.Binary search is a search algorithm that efficiently finds the position of a target value within a sorted array or list. ๐Ÿ•ต๏ธโ™‚๏ธ๐Ÿ‘จ๐Ÿ’ป Some of the standard problems I've conquered include:1. Longest Common Prefix2. Sorting of a Rotated Sorted Array3. Find Pair Sum in Rotated Sorted Array4. Allocate Books5. Aggressive Cows6. Median in Matrix#datastructuresandalgorithms#binaryseach#searching#divideandconquer#algorithms#interviewquestions

    ๐Ÿ† SkillBadge Unlocked! | Coding Ninjas Studio students.codingninjas.com

    14

    1 Comment

    Like Comment

    To view or add a comment, sign in

  • Ankit Kumar

    Gen AI| ML| NLP|CV| Python| SQL| Statistics

    • Report this post

    Hello LinkedIn community! I'm thrilled to introduce you to a project that will transform the way you interact with PDF documents - Chat with PDFs.๐Ÿ”— Experience it here: https://lnkd.in/gDgbp4pAChat with PDFs is a Python web application hosted on Streamlit. It's designed to empower users to seamlessly engage with multiple PDFs through a conversational interface. Imagine diving into insightful interactions that revolve around the content of your PDFs!#python #streamlit #openai #langchain #huggingface

    Chat with PDFs chatwithpdfs.streamlit.app
    Like Comment

    To view or add a comment, sign in

  • Ankit Yadav

    Expert(Level 7) @codestudio | Java | C++ | DSA | Problem Solving | Frontend Web Development | Machine Learning | CSE'24 | 3K+ @Linkedin

    • Report this post

    Hello Connections!!Got a new Badge Samurai in Trees for solving Medium level Codestudio Problems.Trees are non linear DS used for efficiently storing hierarchical data. Solved Standard Problems based on Trees: Sum Tree, Unique BST, Maximum Binary Tree, Connect Nodes at Same Level, Average of levels in Binary Tree, Diagonal Traversal of Binary Tree.#datastructuresandalgorithms #codestudio#interviewproblems #trees #binarytrees #biweeklychallenge #contest

    ๐Ÿ† SkillBadge Unlocked! | Coding Ninjas Studio students.codingninjas.com

    23

    Like Comment

    To view or add a comment, sign in

  • Abhinay Reddy Perala

    KMIT '25| DAHACK '23 Winner| Deep Learning Enthusiast| Back End Developer| Keen to Delve into the Evolving Landscape of Technologies

    • Report this post

    Greetings Everyone๐Ÿ™Œ,I am glad to say that I have secured a rank of 157 in today's Coding Ninjas Weekly Contest 112! ๐Ÿ’ปHere's a simple explanation of how I solved each one of these problems:1.๐Ÿง  For the first problem, I implemented a function that checks if the character in position s[i] is less than the corresponding character in t[i], returning 1 for true and 0 otherwise.2. ๐Ÿ’กIn the second problem, the approach involves calculating the total multiples of k in the range of n, and then excluding duplicates by dividing again by k. The function returns the count of unique multiples of k up to n.3. ๐Ÿ’นIn the third problem, I Implemented an algorithm optimizing string repetitions by calculating the minimum number of operations needed to repeat a string and reach a desired length.4. ๐Ÿ”ขFor the fourth problem, I Developed a solution using breadth first search traversal techniques to find the shortest path with at most one unit difference between adjacent elements in a given matrix.Thrilled to have faced and conquered these challenges, showcasing diverse problem-solving skills! ๐Ÿ’ก๐Ÿ‘จ๐Ÿ’ป #CodingNinjas #WeeklyContest #ProblemSolving #AlgorithmicSkills

    • Bharadwaj Srikaa on LinkedIn: ๐Ÿ† SkillBadge Unlocked! | Coding Ninjas Studio (13)

    33

    4 Comments

    Like Comment

    To view or add a comment, sign in

  • iCodejr.com

    2,944 followers

    • Report this post

    Ready to dive into the world of ASCII?(American Standard Code For Information interchange), Our knowledge series will guide you through the basics. Letโ€™s learn together! ๐Ÿ’ป๐Ÿ“š๐ŸŽ“Book a free trial todayhttps://icodejr.com#learntocode #codingforkids #icodejr #codingskills #kidscoding #onlinecoding #code #codingclassforkids

    2

    Like Comment

    To view or add a comment, sign in

  • JYOTI Deveda

    • Report this post

    Hello Everyone!!!Have been solving Linked List questions for a while on different platforms and CodeStudio is one of them. Explored several popular Linked List questions right from inserting deleting and traversing a linked list to cloning a Linked List using random pointer. The pace we move with matters a lot, but what matters the most is steadiness. I have been inconsistent most of the times but pushed myself towards doing more and received this small piece of appreciation which I am grateful to share. The list of questions includes: โ”Insertion and Deletion in a Linked List.โ”Reversing a Linked List- Iteratively and recursively.โ”Middle of a Linked List.โ”Remove duplicates from Sorted and Unsorted Linked Listโ”Merge two sorted Linked List.โ”Floyd's cycle Detection Method to detect and remove loop.โ”Reordering Linked List.โ” Max twin sumโ”Reverse Linked List in K-Groups.โ”Clone a Linked List using random pointer.โ”Merge sort in Linked List.and the list is way more long. ๐Ÿ˜‰Here's a link to the repository of solutions: https://lnkd.in/d_TYRnHbAny suggestions and advices are welcomed Learning sources: YouTube โ–ถ๏ธ and Self-practice

    ๐Ÿ† SkillBadge Unlocked! | Coding Ninjas Studio students.codingninjas.com

    30

    Like Comment

    To view or add a comment, sign in

  • Michael Magdy

    CSE Student @ Alexandria university

    • Report this post

    ๐Ÿš€ Finished 'Grokking Algorithms' a few days back! ๐Ÿ“š It synced perfectly with my Programming 1 course, making every assignment and HackerRank contest more meaningful.๐Ÿง  Every algorithm I learned popped up in a way or another in a codeforces contest, assignment or project, The joy of spotting problems that perfectly fit an algorithm I've just learned โ€“ priceless! From Greedy, DP, Binary Search, BFS, and beyond, each solution felt like a puzzle piece falling into place.๐ŸŒ Excited to apply these skills to real-life problem-solving. Highly recommend it for anyone diving into algorithms! ๐Ÿ’ก #GrokkingAlgorithms #AlgorithmJourney #CodeSuccess

    • Bharadwaj Srikaa on LinkedIn: ๐Ÿ† SkillBadge Unlocked! | Coding Ninjas Studio (22)

    30

    4 Comments

    Like Comment

    To view or add a comment, sign in

  • MURALI KATTA

    Aspiring Data Scientist | SQL, Python, Tableau, MS Excel

    • Report this post

    ๐Ÿš€I am excited to share my latest article on Medium! ๐Ÿ“ I've delved into the world of greedy algorithms, exploring how they work and their application in solving LeetCode problems. ๐Ÿ’กIn this article, I provided a detailed explanation of the greedy approach, breaking down its core concepts and illustrating its effectiveness through real-world examples.๐ŸŒ Additionally, I've included a comprehensive guide on solving specific LeetCode problems using greedy algorithms, with detailed explanations for each problem.๐Ÿ’ป Whether you're new to greedy algorithms or looking to enhance your problem-solving skills on LeetCode, this article has got you covered. Check it out for invaluable insights and practical tips. Link to the article ๐Ÿ‘‡https://lnkd.in/gFFgTGMa#greedyalgorithms #LeetCode #problemsolving #programmingjourney #techarticles #datastructures #programmingtips

    • Bharadwaj Srikaa on LinkedIn: ๐Ÿ† SkillBadge Unlocked! | Coding Ninjas Studio (27)

    12

    Like Comment

    To view or add a comment, sign in

  • iCodejr.com

    2,944 followers

    • Report this post

    โ€œUnlock the secrets of algorithms and dive into the world of problem-solving! Join our knowledge series on algorithms and letโ€™s unravel the mysteries together. Learn to Code Today Book a free trial https://icodejr.com#learntocode #codingforkids #icodejr #codingskills #kidscoding #onlinecoding #code #codingclassforkids

    Like Comment

    To view or add a comment, sign in

  • Utkarsh Vashisth

    Software Engineer@ Simplify Workforce ||2000+ @Leetcode || Specialist(1535)@Codeforces || 4*(1961)@Codechef || ICPC Regionalist 2021||Java Spring Boot

    • Report this post

    ๐ŸŒŸ Achieving Global Rank 228 in LeetCode Weekly Contest 350! ๐ŸŒŸI'm thrilled to share that despite waking up late and missing the live contest, I managed to secure an impressive global rank of 228 in the LeetCode Weekly Contest 350! ๐Ÿ’ช๐Ÿ†Problem hints: Q1: Simulation + easy MathsQ2 : Sorting + observation : Q3: Dp bitmasking: dp state-> dp(curIndex, prevIndex, mask)Q4: Dp + maths:dp state-> dp(curIndex, wallsRemaining)

    • Bharadwaj Srikaa on LinkedIn: ๐Ÿ† SkillBadge Unlocked! | Coding Ninjas Studio (32)

    175

    2 Comments

    Like Comment

    To view or add a comment, sign in

Bharadwaj Srikaa on LinkedIn: ๐Ÿ† SkillBadge Unlocked! | Coding Ninjas Studio (36)

Bharadwaj Srikaa on LinkedIn: ๐Ÿ† SkillBadge Unlocked! | Coding Ninjas Studio (37)

  • 3 Posts

View Profile

Follow

Explore topics

  • Sales
  • Marketing
  • Business Administration
  • HR Management
  • Content Management
  • Engineering
  • Soft Skills
  • See All
Bharadwaj Srikaa on LinkedIn: ๐Ÿ† SkillBadge Unlocked! | Coding Ninjas Studio (2024)

References

Top Articles
Latest Posts
Article information

Author: Geoffrey Lueilwitz

Last Updated:

Views: 6460

Rating: 5 / 5 (80 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Geoffrey Lueilwitz

Birthday: 1997-03-23

Address: 74183 Thomas Course, Port Micheal, OK 55446-1529

Phone: +13408645881558

Job: Global Representative

Hobby: Sailing, Vehicle restoration, Rowing, Ghost hunting, Scrapbooking, Rugby, Board sports

Introduction: My name is Geoffrey Lueilwitz, I am a zealous, encouraging, sparkling, enchanting, graceful, faithful, nice person who loves writing and wants to share my knowledge and understanding with you.