Bhanu Singhbhanubloges.hashnode.dev·Aug 13, 2024Codeforces problem -Teleporters (Easy Version)Link -https://codeforces.com/problemset/problem/1791/G1 Code #include <bits/stdc++.h> using namespace std; typedef long long ll; #define int long long const int N = 1e5 + 10; int dp[N]; int32_t main() { ios_base::sync_with_stdio(false); cin....Discuss·1 likeCodeforces
ritiksharmaaaritiksharmaaa.hashnode.dev·Jul 17, 2024DSA Week 2 - II Non-Linear Data Structures Explained: A Beginner's GuideNon-Linear Data Structure Non-linear data structures are those in which data elements are not arranged in a sequential order. Instead, they are organized in a hierarchical or interconnected manner, allowing more complex relationships among the data e...DiscussData Structure And AlgorithmsDSA
Arman Jasujaarmanjasuja.hashnode.dev·Jun 17, 2024An interesting Codeforces problemMotivation I have been getting into competitive programming recently, and came across an interesting problem on Codeforces that I felt like sharing here. This particular problem took a while for me to get my head around, but it was a lot of fun! Prob...DiscussCompetitive programming
Abul Masoodabulwrites.hashnode.dev·May 21, 2024I was not able to solve one problemYesterday I gave Codeforces round 946 #div3. But I was not able to solve one problem. My rating has now fallen to 656. To improve is to practice. I don't much time due to office. But many people have done it with office hopefully I will be able to ac...Discuss·32 readsProgramming Blogs
__CPP__Try_Hard__niranjan2004.hashnode.dev·May 5, 2024I proved my algorithm AFTER my code got accepted - DSA( In the middle of my 4th semester Endsems right now ! So easy question today ) Question Problem 1877 A - Goals of Victory Problem Statement Input and Output Formats Time and Space Constrains Sample testcases Input 2 4 3 -4 5 11 -30 12 -57 7 0 -81...DiscussDSA
Avdhesh Varshneyavdhesh-blogs.hashnode.dev·Apr 19, 2024Trying a web frame for My Competitive SkillsHello friends 👋, My name is Avdhesh Varshney. I am a early startup for ✍️ writing the blogs and choosing HashNode, a platform for writing my blogs. So, don't consider my english language as coders doesn't have a good english writing skills. Now, ⌛ ...Discuss·10 likesstreamlit
__CPP__Try_Hard__niranjan2004.hashnode.dev·Apr 14, 2024Example of Ad Hoc problem in DSA questions : Many approaches, some better than others ;The Prologue I was trying to get back into learning more about Data Structures and Algorithms, a topic that I thoroughly enjoyed in the past - both the ups and the downs. So I started working on a question that I left at almost completed status 2 mon...DiscussDSA
Thirumalaitthirruu.hashnode.dev·Apr 7, 2024Sliding WindowThe sliding window algorithm is a technique used in computer science for solving problems involving arrays, strings, or other linear data structures. It involves moving a window (a subarray or substring) of a fixed size through the given data structu...Discuss·1 like·39 readsdata structures
Ashish prajapaticodingashish.hashnode.dev·Mar 23, 2024Day 1 of #100DaysOfCodeWhat I learned? I learned the following topics: Two-pointer Approach to solve array problem Solved 1 leetcode easy question 283.Move Zeroes Solve 1 codeforces question 1360B. Honest Coach Object literals, this keyword, instanceof operator, constr...Discuss100 Days Of Code Challenge100DaysOfCode
Miradil Zeynallimmzeynalli.hashnode.dev·Feb 26, 2024Solving DSA Problems. CodeForces 1918-AProblem statement time limit per test: 1 second memory limit per test: 256 megabytes input: standard input output: standard output A brick is a strip of size 1 × k, placed horizontally or vertically, where k can be an arbitrary number that is at le...Discussdatastructure