Our first design video. Here we go with the breakdown of a possible portfolio project!
Skip to content

takeUforward

Change Theme
Change Theme
  • Striver’s DSA Sheets
    • Strivers A-Z DSA Course
      (Absolute beginner)
    • Strivers SDE Sheet
      (For anyone who knows DSA)
    • Strivers 79 Sheet
      (For anyone with minimal time for interviews)
  • Striver’s DSA Playlists
    • Patterns (Beginner)
    • Arrays Series
    • Tree Series
    • Graph Series
    • DP Series
  • System Design
  • CS Subjects
    • SDE Core Sheet
    • Operating Systems
    • Computer Networks
  • Interview Prep Sheets
    • Blind 75
    • TCS NQT Coding Sheet
    • Interview Experience
    • Interview Prep Roadmap
  • Striver’s CP Sheet

Category: C++

July 17, 2022 C++

Function Overloading in C++

Problem Statement: Function overloading in c++. To solve different problems with the help of function overloading. Examples: Example 1: To

Continue reading
June 24, 2022 C++

C++ Memory Management

C++ allows us to allocate the memory during runtime for arrays or variables. This is known as dynamic memory allocation.

Continue reading
June 21, 2022 C++

C++ Tutorials – Learn CPP for free [Best resource]

C++ Programming Language: C++ is a general-purpose programming language created by Danish computer scientist Bjarne Stroustrup as an extension of the C programming language, or “C

Continue reading
June 21, 2022 C++

C++ Function and Structure

What is Structure in C++? C++ Structure is a collection of same / different data types. It is a user-defined

Continue reading
June 14, 2022 C++

C++ User-defined Function Types

 C++ allows the programmer to define their own function. C++ Functions: A function is that part of the code, which

Continue reading
June 14, 2022 C++

C++ Pointers and Arrays

Pointers are the variables that store the memory address of another variable. Pointers are used in an array to store

Continue reading
June 4, 2022 C++ STL

max_element() in C++ STL

Problem Statement: Given a vector find the maximum element of the vector. Example: Example 1: Input: arr = {3,1,9,5,2} Output:

Continue reading
June 4, 2022 C++ STL

min_element() in C++ STL

Problem Statement: Given a vector find the minimum element of the vector. Example: Example 1: Input: arr = {3,1,9,5,2} Output: 1

Continue reading
June 3, 2022 C++

C++ Storage Class

In C++, A Storage Class is defined as visibility(accessibility of the variable or function from the different modules of the

Continue reading
June 3, 2022 C++ STL

sort() in C++ STL

Sorting is one of the most standard operations used very frequently while writing programs. Writing the complete sorting algorithm might

Continue reading

Posts navigation

1 2 3 … 6 Next Posts»
Latest Video on takeUforward
Latest Video on Striver

Recent Posts

  • Functions in Java (Pass by Reference and Value)
  • Functions in C++ (Pass by Reference and Value)
  • While Loops in Programming
  • Understanding For Loop
  • Switch Case Statements

TUF Logo

Don't have an account?

TUF Logo

Already have an account?

Company tags



0/4000

Company yt-sol

takeUforward
The best place to learn data structures, algorithms, most asked
coding interview questions, real interview experiences free of cost.
Follow Us
DSA Playlist Array Series Tree Series Graph Series DP Series
DSA Sheets Striver’s SDE Sheet Striver’s A2Z DSA Sheet SDE Core Sheet Striver’s CP Sheet
Contribute Write an Article
Copyright © 2023 takeuforward | All rights reserved