Skip to content

SimpleTechTalks

To make technologies simpler

  • Home
  • Data Structures
    • Linked List
    • Graph
    • Hashing
    • Stack
    • Queue
    • Priority Queue
    • Tree
      • Binary Tree
      • Binary Search Tree
    • wordpress
  • Programming
    • Unix
    • Dynamic Programming
    • C
    • C++
      • C++11
    • Python
  • Technology
    • Diameter
    • Microservices
    • Networking
    • Telecom
    • Tools
  • Questions & Answers
    • Programming Questions
    • Interview Questions
  • Contact Us
  • Home
  • Data Structures
    • Linked List
    • Graph
    • Hashing
    • Stack
    • Queue
    • Priority Queue
    • Tree
      • Binary Tree
      • Binary Search Tree
    • wordpress
  • Programming
    • Unix
    • Dynamic Programming
    • C
    • C++
      • C++11
    • Python
  • Technology
    • Diameter
    • Microservices
    • Networking
    • Telecom
    • Tools
  • Questions & Answers
    • Programming Questions
    • Interview Questions
  • Contact Us

Tag: bit manipulation

Programming Questions

Program to Find the Number Appearing Once While Others Appearing Thrice

adminby admin

In a given array, each element appears thrice whereas there is an element which appears only once. Write the program to find the element appearing once.
For eg:
      int B[] = {1,1,1,2,2,2,4,3,4,3,4,3,6,7,6,6};

In this above array, element “7” is occurring only once.

(more…)
Program to Find the Number Appearing Once While Others Appearing Thrice Read More

Search

  • Difference Between Friend Function and Member Function
  • C++11: extern template Explained With Simple Example
  • Binary Search Tree Deletion Of Node Explained With Simple Example
  • Diameter Protocol Basics
  • AVL Tree Deletion Of Node Explained With Simple Example
  • AVL Tree Explanation With Simple Examples
  • Topological Sort Explained With Simple Example
  • std::bitset explained with simple example
  • C++11: Uniform Initialization explained with Simple example
  • Binary Tree Inorder Traversal Explained With Simple Example
Copyright © 2025 SimpleTechTalks. Privacy Policy