Madhav raj VermaAug 17, 20201 minHow to decode json in Swift IOS app part 1 (simple json)what is json ? JSON: JavaScript Object Notation. JSON is a syntax for storing and exchanging data. JSON is text, written with JavaScript ...
Madhav raj VermaAug 16, 20201 minHow to create a Web View In swift Ios import UIKit // import webkit framework import WebKit class ViewController: UIViewController, WKNavigationDelegate { // view controller...
Madhav raj VermaAug 16, 20201 minHow to work with an api in Swift Create a URl let url = URL(string: " your_url")! Create a URL Session let datatask = URLSession.shared.dataTask(with: url) { (data, respo...
Madhav raj VermaJun 2, 20201 minHacker Rank Problem-Print in Reverse a linked list in c++A recursive method to print in reverse working well go ahead and try this method - void reversePrint(SinglyLinkedListNode* head) { if(h...
Madhav raj VermaJun 2, 20201 minHacker Rank Problem -Delete a Node in c++SinglyLinkedListNode* deleteNode(SinglyLinkedListNode* head, int position) { SinglyLinkedListNode * temp = head; SinglyLinkedListNode * ...
Madhav raj VermaJun 2, 20202 minHacker Rank Problem -Insert a node at a specific position in a linked list in c++You’re given the pointer to the head node of a linked list, an integer to add to the list and the position at which the integer must be i...
Madhav raj VermaJun 2, 20202 minHacker Rank Problem - Insert a Node at the Tail of a Linked List in c++ You are given the pointer to the head node of a linked list and an integer to add to the list. Create a new node with the given integer. ...
Madhav raj VermaJun 2, 20202 minHacker Rank Problem - Insert a node at the head of a linked list in c++This challenge is part of a tutorial track by MyCodeSchool and is accompanied by a video lesson. You’re given the pointer to the head nod...
ThE RoYaL LaKsHyAMay 5, 20201 minReal power of a 100 cc passion pro bike -check details and power. This is my first writing and on first on my own website .i thinks a lot but i dont know how to write and what to write so its today 6 may...