Enrol in top rated Coding Courses and get assured Scholarship | Apply Now
Skip to content

takeUforward

~ Strive for Excellence

  • Striver’s SDE Sheet
  • Striver’s A2Z DSA Course/Sheet
  • Striver’s DP Series
  • CS Subjects
    • SDE Core Sheet
    • Operating Systems
    • Computer Networks
  • Programming
    • Learn C++
    • C++ STL
    • C Programs
    • Data Structure
  • Interview Prep
    • Blind 75
    • Striver Tree Series
    • Striver’s CP Sheet
    • TCS NQT Coding Sheet
    • Interview Experience
    • Interview Prep Roadmap
  • Courses

Category: C++ STL

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++ 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
June 3, 2022 C++ STL

__builtin_popcount() in STL C++ : Count Set bits

Before we describe this function, can you think of a solution to the problem: “Count Set bits in a given

Continue reading
June 3, 2022 C++ / C++ STL

C++ STL Tutorial : Most frequent used STL Containers/Algorithms

What is C++ STL? C++ is one of the most popular high-level programming language which is used extensively for a

Continue reading
June 3, 2022 C++ STL

next_permutation in C++ STL

next_permutation in STL is a built-in function which as the name suggests returns the next lexicographically greater permutation of the

Continue reading
June 3, 2022 C++ STL

multimap in C++ STL

What is a multimap in C++ STL? multimap in STL are associative containers like maps where each element consists of

Continue reading
June 3, 2022 C++ STL

List in C++ STL

What is a List? A list in STL is a contiguous container that allows the inserting and erasing of elements

Continue reading
June 3, 2022 C++ STL

priority_queue in C++ STL

What is Priority Queue? In the case of the max heap, priority queues are a type of container adaptors, specifically

Continue reading
June 3, 2022 C++ STL

deque in C++ STL

What is Deque? Double Ended Queue which is also called Deque is a type of queue data structure in which

Continue reading

Posts navigation

1 2 Next Posts»

Subscribe

I want to receive latest posts and interview tips
Loading

Recent Posts

  • A Guide on Online C Compiler
  • Burst Balloons | Partition DP | DP 51
  • Evaluate Boolean Expression to True | Partition DP: DP 52
  • Palindrome Partitioning – II | Front Partition : DP 53
  • Partition Array for Maximum Sum | Front Partition : DP 54

Accolite Digital Amazon Arcesium Bank of America Barclays BFS Binary Search Binary Search Tree Commvault CPP DE Shaw DFS DSA Self Paced google HackerEarth infosys inorder Java Juspay Kreeti Technologies Morgan Stanley Newfold Digital Oracle post order queue recursion Samsung SDE Core Sheet SDE Sheet Searching set-bits sorting Strivers A2ZDSA Course sub-array subarray Swiggy takeuforward TCQ NINJA TCS TCS CODEVITA TCS DIGITA; TCS Ninja TCS NQT VMware XOR

Copyright © 2022 takeuforward | All rights reserved