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

Hackerrank | Magic Square
CData Structures and AlgorithmsHacker Rank SolutionsPython

Hackerrank | Magic Square

January 16, 2024April 25, 2025

We define a magic square to be an n*n matrix of distinct positive integers from 1 to n^2 where the sum of any row, column, or diagonal of…

Hackerrank | Cats and a Mouse
CData Structures and AlgorithmsHacker Rank SolutionsPython

Hackerrank | Cats and a Mouse

January 15, 2024April 25, 2025

Two cats and a mouse are at various positions on a line. You will be given their starting positions. Your…

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,553 hits
  • Longest Consecutive Sequence in Python: O(n) Hash Set Solution Explained
  • PyTorch CNN Shape Mismatch Error: Fixing “mat1 and mat2 shapes cannot be multiplied
  • Counting Common Members Across Months in SQL
  • How to Join a Parameterized View in SAP HANA (And Fix the “Parameterized View with Unused Parameter” Error)
  • Inverting a Character Frequency Map in Python

Top Posts & Pages

  • What is Artificial Neural Network (ANN)?
  • Charlie has a Magic Mirror Program in Java
  • Regression and Classification Multi Layer Perceptrons
Read more: Installing the Mongodb-C Driver (libmongoc) and BSON library (libbson)

| Extensive News by Ascendoor | Powered by

Loading Comments...