Commit Graph

23 Commits (f662b859756b01e8bc54e872bcf4098644091137)

Author SHA1 Message Date
Aayush Jain b2cf773646
Clone linked list with random pointer (#180) 2021-04-14 08:40:52 -04:00
Toihir Halim 756589e272
Add reverse linked list in java (#182) 2021-04-13 23:43:37 -04:00
Christian Clauss 8dd686a31c
DoublyLinkedList.__iter__() (#168) 2021-04-11 17:49:05 -04:00
Christian Clauss d7860a161e
GitHub Action to lint C and C++ code (#156)
* GitHub Action to lint C and C++ code

GitHub Action to run cpplint recursively on all pushes and pull requests https://github.com/cpplint/GitHub-Action-for-cpplint

* Update cpplint.yml

* Update cpplint.yml

* Update cpplint.yml

* Fix import order

Found C system header after C++ system header. Should be: doubly.h, c system, c++ system, other.  [build/include_order] [4]

* Fix import order

* Update string-tokeniser.cpp
2021-04-11 13:48:29 -04:00
Christian Clauss 0459f08eeb
GitHub Action to lint Python code (#151)
* GitHub Action to lint Python code

* Fix typo
2021-04-10 21:21:48 -04:00
Arsenic f515542235
Typo fix patch (#154)
* Update README.md

fix typo 
./README.md:14: seperated ==> separated

* Update string-tokeniser.cpp

fix typo 
./strings/c-or-cpp/string-tokeniser.cpp:27: delimeter ==> delimiter

* Update palindrome.js

fix typo 
./strings/js/palindrome.js:4: alpha-numeric ==> alphanumeric

* Update quick-sort.java

fix typo
./sorting/java/quick-sort.java:2: choosen ==> chosen

* Update counting-sort.java

fix typo 
./sorting/java/counting-sort.java:4: algortithm ==> algorithm

* Update merge-sort.java

fix typo 
./sorting/java/merge-sort.java:12: Funtion ==> Function

* Update bubble-sort.cpp

fix typo 
./sorting/c-or-cpp/bubble-sort.cpp:21: swaping ==> swapping

* Update and rename Insert_and_delete_beginning.c to Insert-and-delete-beginning.c

fix typo 
./linked-lists/c-or-cpp/Insert_and_delete_beginning.c:18: Intialize ==> Initialize
and rename the file according to contribution guidlines

* Update Insert-and-delete-beginning.c

fix typo 
./linked-lists/c-or-cpp/Insert_and_delete_beginning.c:37: beggining ==> beginning

* Update bellman-ford.cpp

fix typo 
./graphs/c-or-cpp/bellman-ford.cpp:80: weigth ==> weight

* Update README.md

fix typo 
./stacks/README.md:5: Paranthesis ==> Parenthesis

* Rename balanced-paranthesis.cpp to balanced-parenthesis.cpp

fix typo in name of the file

* Update linear-search.cpp

fix typos 
./searching/c-or-cpp/linear-search.cpp:22: inputed ==> inputted
./searching/c-or-cpp/linear-search.cpp:24: inputed ==> inputted
2021-04-10 05:10:32 -04:00
Toihir Halim 9e742e7f8c
Add circular linked list java (#134) 2021-04-04 15:28:46 -04:00
Toihir Halim 26b3e1174f
Add doubly linked list java (#125)
* Add doubly linked list in java

* Add java doubly linked list's link to README.md
2021-04-01 10:26:43 -04:00
temitayo aa919129f2
Add Python linkedlist (#119)
* fixed incorrect links

* added singly list Data structure

* removed semi-column

* added doubly linked list

* added  doubly linked list

* docs: update linked list index

add python double linked list in the linked list inded

Co-authored-by: Arsenic <54987647+Arsenic-ATG@users.noreply.github.com>
2021-03-26 10:07:29 -04:00
temitayo 29cbbeaf11
Add singly linked lists for python (#116)
* fixed incorrect links

* added singly list Data structure

* removed semi-column
2021-03-23 11:20:13 -04:00
Arsenic 7d9f810c06
fix: numbering in linked-list index (#92) 2021-03-01 20:04:36 -04:00
everly-gif 7eb8b8327c
Add Josephus Problem Using Circular Linked List (#86)
* Add Josephus Problem Using Circular Linked List

* Update josephus-problem.c

Made all requested changes
2021-02-28 09:18:15 -04:00
Shrashtika Singh a125b19f98
Add all possible insertion on linked lists (#82)
* all-possible-insertion-method-in-a-linked-list

* Rename All-possible-insertion-method.cpp to all-possible-insertion.cpp

* Update README.md
2021-02-26 11:39:29 -04:00
Tawfik Yasser 5938a1def4
Add method to single linkedlist (#75)
* Update singly.cpp

Add the `insertAtEnd()` method to single linkedlist.

* Update singly.cpp
2021-02-16 20:53:04 -04:00
Akash Negi b48084de34
insert_and_delete_beginning.c (#59)
* ADD - insert_at_beginning

This is a program to add item at the beginning of linked list . Structure Based Implementation .

* Changed FIle Named  .

File name was changed in accordance with the contribution guidelines .

* Changed c++ file to c . 

The file is updated and named was also changed

* Fixed Bug .

change the type of main function from void to int .
Fixed the edge cases for the deletion .
2021-02-14 02:28:12 -04:00
Vinayak Ravi Joshi 4d57584f7a
Add doubly, circular Linked List, and kruskal graphs (#72)
* Code for inserting elements in doubly linked list

* Circular linked list added

* Graphs Section added

* README updated
2021-02-11 16:25:00 -04:00
Ming Tsai 998ddff4e5 chore: reanme reverse-linkedlist to reverse 2021-02-09 09:29:45 -04:00
Vinayak Ravi Joshi 98d54a67d1
Code for inserting elements in doubly linked list (#67)
* Code for inserting elements in doubly linked list

* Circular linked list added
2021-02-09 09:24:16 -04:00
Kartik Jaiswal d28751e92e
adding-reversing-linkedlist (#62)
* adding-reversing-linkedlist

* changes done

* reverse linkedlist code and index updated

* changes added

* print added

Co-authored-by: cyberghost002 <49005095+cyberghost002@users.noreply.github.com>
2021-02-09 09:24:00 -04:00
Ming Tsai 8840298fe7 chore: rename the singly linked list file name 2021-02-06 11:18:22 -04:00
Ming Tsai 417ccc66ef
chore: rename SinglyLinkedList.cpp to singly.cpp
Rename SinglyLinkedList.cpp to singly.cpp
2021-02-05 09:54:45 -04:00
Visrut 445a57d57b
added singly linked list in java and javascript (#53)
* added singly linked list in java

* added commnets

* addded singly linked list in javascript

* Rename SinglyLinkedLIst.java to singly-linked-list.java
2021-02-02 12:02:08 -04:00
Visrut a27fdb30dd
Data Structures (#44)
* added singly linked list in c++

* changed .gitignore to ignore binary files for c++ and java

* changed .gitignore to ignore binary files for c++ and java

* i changed as per review , method names in SinglyLinkedList and folder name

* i changed directory name as per convention
2021-01-30 08:27:49 -04:00