• Home
  • About Us
  • Contact
  • Privacy Policy
MENU
CodingWithArt
  • C++
  • Flutter
  • Java
  • Interview
    • Java
    • C++
  • Competitive Programming
  • SPOJ Solutions
  • Codeforces Solutions
Sharing Data between components  in Angular with three easy cases
angular

Sharing Data between components in Angular with three easy cases

October 17, 2021 Add Comment
  case:1 Sharing data From parent to child.     Here we are sending the message to child component form parent component using @Input() dec...
Read More
Smooth transition from campus to corporate - Best tips and advice

Smooth transition from campus to corporate - Best tips and advice

July 30, 2021 Add Comment
 Every year, a large number of graduates take a leap and move to the corporate world. A lot of things start changing around me, and it's...
Read More
1384A. Common Prefixes - Codeforces Solution C++
codeforces

1384A. Common Prefixes - Codeforces Solution C++

June 21, 2021 Add Comment
➤   Problem Link : 1384A. Common Prefixes  ✅ C++ Solution : #include<bits/stdc++.h> using namespace std; int main() { int t; ...
Read More
1366C. Palindromic Paths - Codeforces Solution C++
codeforces

1366C. Palindromic Paths - Codeforces Solution C++

June 21, 2021 Add Comment
➤   Problem Link : 1366C. Palindromic Paths  ✅ C++ Solution : #include<bits/stdc++.h> using namespace std; #define ll long long i...
Read More
1349A. Orac and LCM - Codeforces Solution C++
codeforces

1349A. Orac and LCM - Codeforces Solution C++

June 21, 2021 Add Comment
➤   Problem Link : 1349A. Orac and LCM  ✅ C++ Solution : #include<bits/stdc++.h> using namespace std; #define ll long long int i...
Read More
1348C. Phoenix and Distribution - Codeforces Solution C++
codeforces

1348C. Phoenix and Distribution - Codeforces Solution C++

June 21, 2021 Add Comment
➤   Problem Link : 1348C. Phoenix and Distribution  ✅ C++ Solution : #include<bits/stdc++.h> using namespace std; #define ll long...
Read More
1342B. Binary Period - Codeforces Solution C++
codeforces

1342B. Binary Period - Codeforces Solution C++

June 21, 2021 Add Comment
➤   Problem Link : 1342B. Binary Period  ✅ C++ Solution : #include<bits/stdc++.h> using namespace std; #define ll long long int #...
Read More
1342A. Road To Zero - Codeforces Solution C++
codeforces

1342A. Road To Zero - Codeforces Solution C++

June 21, 2021 Add Comment
➤   Problem Link : 1342A. Road To Zero  ✅ C++ Solution : #include<bits/stdc++.h> using namespace std; #define ll long long int #de...
Read More
1339C. Powered Addition - Codeforces Solution C++
codeforces

1339C. Powered Addition - Codeforces Solution C++

June 21, 2021 Add Comment
➤   Problem Link : 1339C. Powered Addition  ✅ C++ Solution : #include<bits/stdc++.h> using namespace std; #define ll long long in...
Read More
1339B. Sorted Adjacent Differences - Codeforces Solution C++
codeforces

1339B. Sorted Adjacent Differences - Codeforces Solution C++

June 21, 2021 Add Comment
➤   Problem Link : 1339B. Sorted Adjacent Differences  ✅ C++ Solution : #include<bits/stdc++.h> using namespace std; #define ll l...
Read More
1339A. Filling Diamonds - Codeforces Solution C++
codeforces

1339A. Filling Diamonds - Codeforces Solution C++

June 21, 2021 Add Comment
➤   Problem Link : 1339A. Filling Diamonds  ✅ C++ Solution : #include<bits/stdc++.h> using namespace std; #define ll long long in...
Read More
1336A. Linova and Kingdom - Codeforces Solution C++
codeforces

1336A. Linova and Kingdom - Codeforces Solution C++

June 21, 2021 Add Comment
➤   Problem Link : 1336A. Linova and Kingdom  ✅ C++ Solution : #include<bits/stdc++.h> using namespace std; #define ll long long ...
Read More
1334C. Circle of Monsters - Codeforces Solution C++
codeforces

1334C. Circle of Monsters - Codeforces Solution C++

June 21, 2021 Add Comment
➤   Problem Link : 1334C. Circle of Monsters  ✅ C++ Solution : #include<bits/stdc++.h> using namespace std; #define ll long long ...
Read More
1333C. Eugene and an array - Codeforces Solution C++
codeforces

1333C. Eugene and an array - Codeforces Solution C++

June 21, 2021 Add Comment
➤   Problem Link : 1333C. Eugene and an array  ✅ C++ Solution : #include<bits/stdc++.h> using namespace std; #define ll long long...
Read More
1333B. Kind Anton - Codeforces Solution C++
codeforces

1333B. Kind Anton - Codeforces Solution C++

June 21, 2021 Add Comment
➤   Problem Link : 1333B. Kind Anton  ✅ C++ Solution : #include<bits/stdc++.h> using namespace std; #define ll long long int #def...
Read More
1333A. Little Artem - Codeforces Solution C++
codeforces

1333A. Little Artem - Codeforces Solution C++

June 21, 2021 Add Comment
➤   Problem Link : 1333A. Little Artem  ✅ C++ Solution : #include<bits/stdc++.h> using namespace std; #define ll long long int #d...
Read More
1328D. Carousel - Codeforces Solution C++
codeforces

1328D. Carousel - Codeforces Solution C++

June 21, 2021 Add Comment
➤   Problem Link : 1328D. Carousel  ✅ C++ Solution : #include<bits/stdc++.h> using namespace std; #define ll long long int #defin...
Read More
1328C. Ternary XOR - Codeforces Solution C++
codeforces

1328C. Ternary XOR - Codeforces Solution C++

June 21, 2021 Add Comment
➤   Problem Link : 1328C. Ternary XOR  ✅ C++ Solution : #include<bits/stdc++.h> using namespace std; #define ll long long int #de...
Read More
1328B. K - Codeforces Solution C++
codeforces

1328B. K - Codeforces Solution C++

June 21, 2021 Add Comment
➤   Problem Link : 1328B. K  ✅ C++ Solution : #include<bits/stdc++.h> using namespace std; #define ll long long int #define pb pu...
Read More
1328A. Divisibility Problem - Codeforces Solution C++
codeforces

1328A. Divisibility Problem - Codeforces Solution C++

June 21, 2021 Add Comment
➤   Problem Link : 1328A. Divisibility Problem  ✅ C++ Solution : #include<bits/stdc++.h> using namespace std; #define ll long lon...
Read More
Subscribe to: Posts (Atom)

Featured Post

Most Tricky C++ Interview Questions - Part 1

Pages

  • Home
  • Contact Us
  • About Us
  • Privacy Policy

Contributors

  • CodingWithArt
  • Selena_

Popular

  • Read excel file (.xlsx) in Flutter
      In many scenarios you would want to read an excel file(.xlsx) in flutter because excel files are considered efficient when storing data. Y...
  • Top 20 C++ Tricks for Competitive Programming
      Though competitive programming can only be mastered with lots of practice and consistent hard work,  there are certain practices ...
  • Ordered Set in C++ : Policy Based Data Structure
      => Why we require Ordered Set ? If you are a C++ competitive programmer, then you must already be taking advantage of C++ S...
  • 1328A. Divisibility Problem - Codeforces Solution C++
    ➤   Problem Link : 1328A. Divisibility Problem  ✅ C++ Solution : #include<bits/stdc++.h> using namespace std; #define ll long lon...

Translate

Most Popular

  • Read excel file (.xlsx) in Flutter
      In many scenarios you would want to read an excel file(.xlsx) in flutter because excel files are considered efficient when storing data. Y...

About Us

CodingWithArt is a blog where you find tricks and solutions to challenging coding and development problems. We aim to build a universal tech platform for every enthusiast out there.
Copyright © 2020CodingWithArt All Right Reserved