Compare commits

..

No commits in common. "ddd8a20949274411ee215ce46999639ecfb84b98" and "dc054d7423c1ef27d2b8763ecc209d5bac8df98d" have entirely different histories.

4 changed files with 3 additions and 13 deletions

View File

@ -1,4 +1,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
int hoare(int* arr, int i, int j, int idx) {
printf("I: %d, J: %d, IDX: %d\n", i, j, idx);

View File

@ -2,6 +2,7 @@
#include <iostream>
#include <iterator>
#include <set>
#include <vector>
int main() {
std::set<int> v1{7, 2, 3, 4, 5, 6, 7, 8};

View File

@ -1,7 +0,0 @@
x = [1, 2, 3, 4]
y = [2*el+1 for el in x]
for el in y:
print("El {}".format(el))
print("Done")

View File

@ -10,11 +10,5 @@ call plug#begin()
Plug 'JuliaEditorSupport/julia-vim'
Plug 'ziglang/zig.vim'
Plug 'prabirshrestha/vim-lsp'
Plug 'mattn/vim-lsp-settings'
Plug 'williamboman/mason.nvim'
Plug 'preservim/nerdtree'
Plug 'rust-lang/rust.vim'
call plug#end()