This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// FindGrpahColor.cpp | |
// | |
#include <iostream> | |
#include <memory> | |
#include <fstream> | |
#include <algorithm> | |
#include <functional> | |
#include <vector> | |
#include <string> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// QkCTest.cpp : This file contains the 'main' function. Program execution begins and ends there. | |
// | |
//#include "pch.h" | |
#include <iostream> | |
using namespace std; | |
int myArray[] = { 21,10,5,2,21,19,6,9, 11, 17, 11, 8, 8, 8,12,0,0,0,0,19,21,21 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <string> | |
#include <vector> | |
#include <map> | |
#include <stack> | |
#include <set> | |
#include <algorithm> | |
#include <functional> | |
#include <assert.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const fs = require('fs'); | |
var express = require('express') | |
const app = express() | |
var rp = require('request-promise'); | |
app.listen(process.env.PORT || 3000) | |
Pools = []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"routes": [ | |
{ | |
"id": 8514, | |
"name": "Williams Landing Station - Point Cook South via Alamanda Bvd", | |
"number": "494", | |
"stops": [ | |
{ | |
"type": "stop", | |
"label": "Jansar St/Saltwater Prom", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*********************************************************************************************** | |
Anshul Yadav | |
[email protected] | |
yadav26@github | |
This is for reference, acacia system knight sequncer | |
************************************************************************************************ | |
Compile and run : | |
g++ -std=c++17 -Wpedantic -O3 source.cpp -o knightSequence.out && ./knightSequence.out | |
g++ -std=c++17 -Wpedantic -O3 source.cpp -o knightSequence.out && ./knightSequence.out -c{8} -p [10] | |
*/ |