Skip to content

Geeky Codes

Programming, AI, Machine Learning & Software Development Tutorials

  • Home
  • Python
  • Machine Learning
  • Data Science
  • Interview Questions
  • Data Structures and Algorithms
  • Interview
  • Machine Learning From Scratch

Category: C++

Save the Prisoner Program in Python | Hacker Rank Solution
C++Hacker Rank SolutionsJAVAPython

Save the Prisoner Program in Python | Hacker Rank Solution

Geeky CodesMarch 17, 2024July 2, 2025

A jail has a number of prisoners and a number of treats to pass out to them. Their jailer decides…

C Program to get Two Sum and Three Sum
CC++Data Structures and AlgorithmsHacker Rank Solutions

C Program to get Two Sum and Three Sum

December 21, 2023April 25, 2025

When working with arrays, solving problems like finding two elements that sum up to a target or three elements with…

CC++

CRUD Operation in Mongo-cxx

Geeky CodesJune 13, 2020March 15, 2024

What is CRUD operation ? 2. In Database we generally perform four operation : C – Create : It will…

BSON LibraryCC++

Installing the Mongodb-C Driver (libmongoc) and BSON library (libbson)

Geeky CodesJune 13, 2020March 15, 2024

Step 1 : Run the Following Command: wget https://github.com/mongodb/mongo-c-driver/releases/download/1.6.3/mongo-c-driver-1.6.3.tar.gz tar xzf mongo-c-driver-1.6.3.tar.gz cd mongo-c-driver-1.6.3 ./configure –disable-automatic-init-and-cleanup –prefix=/usr/local –libdir=/usr/lib64 –with-libbson=bundled make…

Total Visitors

  • 49,800 hits
  • 20 Data Engineering Interview Questions You Should Know for Databricks & PySpark Roles
  • Stop Paying for Idle Servers: How I Built a Flask ML App That Costs Almost Nothing on AWS
  • Why Your FastAPI Event Loop Freezes Under Load: The Hidden Battle Between AsyncIO and Scikit-Learn
  • Longest Consecutive Sequence in Python: O(n) Hash Set Solution Explained
  • PyTorch CNN Shape Mismatch Error: Fixing “mat1 and mat2 shapes cannot be multiplied

Top Posts & Pages

  • 20 Data Engineering Interview Questions You Should Know for Databricks & PySpark Roles
  • The Hurdle Race | Hackerrank
  • Measuring ROI for a GenAI Initiative in Healthcare
  • Main Approaches for Dimensionality Reduction
  • Anomaly Detection using Gaussian Mixtures
  • Ace Your Databricks Data Engineer Exam: 10 Essential Practice Questions Explained Part 2
  • Stop Paying for Idle Servers: How I Built a Flask ML App That Costs Almost Nothing on AWS
  • Getting Started
  • Charlie has a Magic Mirror Program in Java
  • Accelerated K-Means and Mini-batch K-Means
Read more: Installing the Mongodb-C Driver (libmongoc) and BSON library (libbson)

| Extensive News by Ascendoor | Powered by
Loading Comments...