Anwar Mamat
Anwar Mamat
  • Видео 20
  • Просмотров 72 378
Computer program in Uyghur ئۇيغۇر تىلىدا كومپيوتېر پىروگراممىسى يازغىلى بولامدۇ؟
In this video, I present a simple programming language in Uyghur.
ئۇيغۇر تىلىدا كومپيوتېر پىروگراممىسى يازغىلى بولامدۇ؟
Просмотров: 258

Видео

Functor
Просмотров 1,3 тыс.4 года назад
This video explains OCaml Functors. Code Examples: github.com/anwarmamat/cmsc330/tree/master/ocaml/functor
Leetcode 23 Merge k Sorted Lists
Просмотров 4434 года назад
In this video, I will show the 3 different solutions for the Leetcode problem 23, merge k sorted lists into one list.
Java Recursion: Tower of Hanoi
Просмотров 3,7 тыс.4 года назад
This video explains the Tower of Hanoi problem, and its recursive implementation in Java
Merge Two Sorted Lists
Просмотров 1614 года назад
This video shows how to recursively merge two sorted lists into one list
Insert a Node into a Sorted List
Просмотров 1914 года назад
This video shows how to insert a node into a sorted linked list
Recursively print a linked list
Просмотров 8254 года назад
This video shows how to print a linked recursively in Java
How to Debug and Test an OCaml Project
Просмотров 14 тыс.4 года назад
In this video, I will show the process of implementing, debugging, and testing a small OCaml project
Recursive Descent Parser in OCaml
Просмотров 6 тыс.4 года назад
Expression lexer and parser in OCaml
Context Free Grammars
Просмотров 7085 лет назад
This lecture introduces the context free grammars, ambiguity, parse tree
OCaml Fold Lecture
Просмотров 2,2 тыс.5 лет назад
CMSC330 OCaml Fold lecture
OCaml map lecture
Просмотров 3 тыс.5 лет назад
OCaml Map Lecture video
cmsc388c Project 1 UiPath Web Automation
Просмотров 2155 лет назад
Entering data from a spreadsheet to the form fields on the web using UiPath
OCaml fold
Просмотров 10 тыс.5 лет назад
OCaml higher order function fold
OCaml Data Types
Просмотров 4,6 тыс.6 лет назад
User Defined Types
map
Просмотров 1,2 тыс.6 лет назад
map
2-3-4 tree insertion and deletion demo
Просмотров 14 тыс.6 лет назад
2-3-4 tree insertion and deletion demo
Reverse each word in character array
Просмотров 3,2 тыс.6 лет назад
Reverse each word in character array
Tetris Game
Просмотров 1,2 тыс.6 лет назад
Tetris Game
How to debug ocaml code?
Просмотров 5 тыс.8 лет назад
How to debug ocaml code?

Комментарии

  • @KasimFreeze36Tuman
    @KasimFreeze36Tuman 9 месяцев назад

    Ingenious explanation of a foundational topic in Computer Science that every aspiring Uyghur programmers should watch! Please remember to post more videos like this that will benefit Uyghurs all around the world!

  • @tumenali185
    @tumenali185 9 месяцев назад

    Yeah, It’s really amazing ❤

  • @ptursun7363
    @ptursun7363 9 месяцев назад

    This is truly amazing.

  • @NightHawk287
    @NightHawk287 Год назад

    Amazing video, I wish my professors taught like this.

  • @zhethan9908
    @zhethan9908 Год назад

    YOU ARE THE BEST !!!!!

  • @gindtsquia1906
    @gindtsquia1906 2 года назад

    Who here got Cliff

  • @nicholasgoodman6126
    @nicholasgoodman6126 2 года назад

    who's watching in 2022 :)))))

  • @sgracem2863
    @sgracem2863 2 года назад

    What if you are not inserting in ascending order but the insertions are randomized

  • @louaykhammar7268
    @louaykhammar7268 3 года назад

    thank you

  • @riyadkhadrane9302
    @riyadkhadrane9302 3 года назад

    ur a life saver

  • @cesarpineda7381
    @cesarpineda7381 3 года назад

    Me compartirias el codigo fuente porfaaa. Mi correo es: cesarpinedacesarpineda@hotmail.com

  • @胡雅晴-z1w
    @胡雅晴-z1w 3 года назад

    exactly what I need, thanks!

  • @anickday
    @anickday 3 года назад

    Excellent lecture.

  • @jonathanengwall2777
    @jonathanengwall2777 3 года назад

    type coin = Head | Tail;; let rec sum x = match x with []-> 0 | Head::t-> 1 + sum t | Tail::t-> -1 + sum t ;; (* now OCaml tells you if you have more Heads or Tails *)

    • @louisono
      @louisono 3 года назад

      let sum_coins = List.fold_left (fun acc coin -> match coin with Head -> acc + 1 | Tail -> acc - 1) 0

  • @kyungmon4598
    @kyungmon4598 3 года назад

    Installing necessary software: [00:46] - How to build and test: [01:14] - List all available tests: [04:40] - Running a specific test: [05:05] - Testing inside of utop: [09:00] - Understanding test cases: [16:00] - Writing your own test cases: [19:20]

  • @goobydoo9278
    @goobydoo9278 3 года назад

    computror science B)

  • @Ashish-pk5tc
    @Ashish-pk5tc 4 года назад

    very well explained

  • @du39104
    @du39104 4 года назад

    Your method is splitting from bottom up for 3 nodes, while a lot textbook does top-down splitting 3 nodes from root......

  • @osamaalzaghal5242
    @osamaalzaghal5242 4 года назад

    Hello i need a help in a assignment, can you help me please? And how can i contact you

    • @anwarmamat3472
      @anwarmamat3472 4 года назад

      Ask here if you have questions. Can’t help with your assignments.

  • @jucieandrade8573
    @jucieandrade8573 4 года назад

    Very brave of you, teacher! Congratulations

  • @liquidplazmid3260
    @liquidplazmid3260 4 года назад

    Hi Anwar

  • @ama_do_it
    @ama_do_it 4 года назад

    All of project 2a is at 20:28 you're welcome

  • @abdessalemabdo5214
    @abdessalemabdo5214 4 года назад

    Thank you ❤.. i was looking for that for a week

  • @anchitjain8964
    @anchitjain8964 4 года назад

    THIS IS HIP BROOOOO and BTW::: "330 IS THE BEST COURSE IN THE DEPARTMENT";;

  • @XpertiCON
    @XpertiCON 4 года назад

    dank

  • @6ahrasad254
    @6ahrasad254 4 года назад

    It was helpful Thank you ❤

  • @I-PixALbI4-I
    @I-PixALbI4-I 4 года назад

    Thank you! If my string has numbers and i dont wanna touch them, what to do? How to avoid them?

    • @anwarmamat3472
      @anwarmamat3472 4 года назад

      treat the numbers as the space.

    • @I-PixALbI4-I
      @I-PixALbI4-I 4 года назад

      ​@@anwarmamat3472 I dont know why but this code is not working on C# and i dont know why... 3:34 where did you initialize this arrays like word[start] and word[end]? 4:11 now you use another naming like word[s] and word[t] And how can you use one iterrator with the same naming in 3 loops? Does it Java magic? Explanation is great but i dont understend some parts...

    • @I-PixALbI4-I
      @I-PixALbI4-I 4 года назад

      @@anwarmamat3472 OMG man i'm so lame .... i forgot about WriteLine(words); xD Sorry! But i still cant solve my task... I nedd the same programm but with numbers avoid ( but write them on the same plase , just dont tuch them) how to write this logic and where to put them? Plese help me if you can!!!

  • @ambyagubuzo6681
    @ambyagubuzo6681 5 лет назад

    Please curve that exam tho

  • @ambyagubuzo6681
    @ambyagubuzo6681 5 лет назад

    I love you Anwarr!!

  • @mohsinalimohammed7521
    @mohsinalimohammed7521 5 лет назад

    great

  • @leozhang1340
    @leozhang1340 5 лет назад

    deletion starts at 0:44

  • @thundercats475
    @thundercats475 5 лет назад

    what an idiot

  • @dopiestwnk
    @dopiestwnk 5 лет назад

    sick video dude

  • @TyPiEx
    @TyPiEx 5 лет назад

    Really good video, thank you!

  • @darshitvachhani9790
    @darshitvachhani9790 6 лет назад

    Great video for leaf node deletion

  • @collinb3371
    @collinb3371 6 лет назад

    Extra credit if I like and subscribe? :D

  • @mauriciodarocha
    @mauriciodarocha 7 лет назад

    Great video! Thank you.

  • @jboadas
    @jboadas 7 лет назад

    Nice video, you should do more Ocaml videos, thanks.