GithubHelp home page GithubHelp logo
  • πŸ‘‹ Hi, I’m @vkhub1908
  • πŸ‘€ I’m interested in ...
  • 🌱 I’m currently learning ...
  • πŸ’žοΈ I’m looking to collaborate on ...
  • πŸ“« How to reach me ...

Vaibhav Kumawat's Projects

cpp-sort icon cpp-sort

Sorting algorithms & related tools for C++14

dsa icon dsa

Implementations of various data structures and algorithms.

dsa_ icon dsa_

This contains all important data structures codes.

fightforoffer icon fightforoffer

This repo is mainly used to record the effort I make for getting an offer.

find-if-an-array-of-strings-can-be-chained-to-form-a-circle icon find-if-an-array-of-strings-can-be-chained-to-form-a-circle

Given an array of strings, find if the given strings can be chained to form a circle. A string X can be put before another string Y in circle if the last character of X is same as first character of Y. Examples: Input: arr[] = {"geek", "king"} Output: Yes, the given strings can be chained. Note that the last character of first string is same as first character of second string and vice versa is also true. Input: arr[] = {"for", "geek", "rig", "kaf"} Output: Yes, the given strings can be chained. The strings can be chained as "for", "rig", "geek" and "kaf" Input: arr[] = {"aab", "bac", "aaa", "cda"} Output: Yes, the given strings can be chained. The strings can be chained as "aaa", "aab", "bac" and "cda" Input: arr[] = {"aaa", "bbb", "baa", "aab"}; Output: Yes, the given strings can be chained. The strings can be chained as "aaa", "aab", "bbb" and "baa" Input: arr[] = {"aaa"}; Output: Yes Input: arr[] = {"aaa", "bbb"}; Output: No Input : arr[] = ["abc", "efg", "cde", "ghi", "ija"] Output : Yes These strings can be reordered as, β€œabc”, β€œcde”, β€œefg”, β€œghi”, β€œija” Input : arr[] = [β€œijk”, β€œkji”, β€œabc”, β€œcba”] Output : No

hacktoberfest2021 icon hacktoberfest2021

🌱 Contribute your favorite πŸ“š Data Structure implementation, πŸ•Έ Algorithms, and 🎲 Projects. 😊 | Very Active Repository, Star and Share with your friends |

knighttour icon knighttour

As part of my AI project, KnightTour uses recursion and backtracking to solve the Knight's tour problem. That is, a knight visits every cell in the chessboard once and only one.

recursion- icon recursion-

Finding factorial and sum by recursion. C programming

recursive-vs-iterative-functions icon recursive-vs-iterative-functions

Recursion vs Iterative functions. For this assignment you will make a Vehicle class with two recursive member functions. a) Implement overloaded member functions called binSearchRec,the recursive binSearchRec algorithm is presented in this chapter, starting on page 68 for an array of vehicles. Use a vector instead of an array. - Sort by make th

sort-cpp icon sort-cpp

C++ port of Simple online and realtime tracking(SORT)

sorting-in-cpp icon sorting-in-cpp

C++ version of SORT: Simple online and realtime tracking of multiple objects in a video sequence

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.